--- qpel.h 2005/10/26 12:38:34 1.7 +++ qpel.h 2008/11/26 01:04:34 1.8 @@ -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.7 2005/10/26 12:38:34 Skal Exp $ + * $Id: qpel.h,v 1.8 2008/11/26 01:04:34 Isibaar Exp $ * ****************************************************************************/ @@ -73,7 +73,7 @@ extern XVID_QP_FUNCS xvid_QP_Funcs_C; /* for P-frames */ extern XVID_QP_FUNCS xvid_QP_Add_Funcs_C; /* for B-frames */ -#ifdef ARCH_IS_IA32 +#if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64) extern XVID_QP_FUNCS xvid_QP_Funcs_mmx; extern XVID_QP_FUNCS xvid_QP_Add_Funcs_mmx; #endif @@ -83,11 +83,6 @@ extern XVID_QP_FUNCS xvid_QP_Add_Funcs_Altivec_C; #endif -#ifdef ARCH_IS_X86_64 -extern XVID_QP_FUNCS xvid_QP_Funcs_x86_64; -extern XVID_QP_FUNCS xvid_QP_Add_Funcs_x86_64; -#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 */