--- cbp.h 2004/03/22 22:36:23 1.10 +++ cbp.h 2008/11/26 01:04:34 1.12 @@ -20,7 +20,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: cbp.h,v 1.10 2004/03/22 22:36:23 edgomez Exp $ + * $Id: cbp.h,v 1.12 2008/11/26 01:04:34 Isibaar Exp $ * ****************************************************************************/ @@ -38,18 +38,9 @@ extern cbpFunc calc_cbp_c; extern cbpFunc calc_cbp_plain; -#ifdef ARCH_IS_IA32 +#if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64) extern cbpFunc calc_cbp_mmx; -extern cbpFunc calc_cbp_3dne; extern cbpFunc calc_cbp_sse2; #endif -#ifdef ARCH_IS_PPC -extern cbpFunc calc_cbp_ppc; -#endif - -#ifdef ARCH_IS_ALTIVEC -extern cbpFunc calc_cbp_altivec; -#endif - #endif /* _ENCODER_CBP_H_ */