diff armv4l/mpegvideo_iwmmxt.c @ 8104:0d108ec85620 libavcodec

Remove duplicated MM_* macros for CPU capabilities from dsputil.h. Add missing one for FF_MM_ALTIVEC to avcodec.h. Rename all the occurences of MM_* to the corresponding FF_MM_*.
author rathann
date Mon, 03 Nov 2008 18:08:00 +0000
parents eebc7209c47f
children
line wrap: on
line diff
--- a/armv4l/mpegvideo_iwmmxt.c	Sun Nov 02 21:51:27 2008 +0000
+++ b/armv4l/mpegvideo_iwmmxt.c	Mon Nov 03 18:08:00 2008 +0000
@@ -110,7 +110,7 @@
 
 void MPV_common_init_iwmmxt(MpegEncContext *s)
 {
-    if (!(mm_flags & MM_IWMMXT)) return;
+    if (!(mm_flags & FF_MM_IWMMXT)) return;
 
     s->dct_unquantize_h263_intra = dct_unquantize_h263_intra_iwmmxt;
 #if 0