--- mbfunctions.h 2003/09/10 22:19:00 1.17.2.6 +++ mbfunctions.h 2008/11/26 01:04:34 1.21 @@ -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: mbfunctions.h,v 1.17.2.6 2003/09/10 22:19:00 edgomez Exp $ + * $Id: mbfunctions.h,v 1.21 2008/11/26 01:04:34 Isibaar Exp $ * ****************************************************************************/ @@ -66,7 +66,10 @@ /* field test implementations */ MBFIELDTEST MBFieldTest_c; + +#if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64) MBFIELDTEST MBFieldTest_mmx; +#endif void MBFrameToField(int16_t data[6 * 64]); /* de-interlace vertical Y blocks */