--- trunk/xvidcore/src/image/qpel.h 2004/10/12 21:08:41 1556 +++ trunk/xvidcore/src/image/qpel.h 2004/10/17 10:20:15 1557 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: qpel.h,v 1.4 2004-10-12 21:08:41 edgomez Exp $ + * $Id: qpel.h,v 1.5 2004-10-17 10:20:15 edgomez Exp $ * ****************************************************************************/ @@ -78,6 +78,11 @@ extern XVID_QP_FUNCS xvid_QP_Add_Funcs_mmx; #endif +#ifdef ARCH_IS_PPC +extern XVID_QP_FUNCS xvid_QP_Funcs_Altivec_C; +extern XVID_QP_FUNCS xvid_QP_Add_Funcs_Altivec_C; +#endif + extern XVID_QP_FUNCS *xvid_QP_Funcs; /* <- main pointer for enc/dec structure */ extern XVID_QP_FUNCS *xvid_QP_Add_Funcs; /* <- main pointer for enc/dec structure */