diff ppc/dsputil_ppc.c @ 4197:bbe0bc387a19 libavcodec

revert bad checkin
author mru
date Tue, 14 Nov 2006 03:18:09 +0000
parents fbac0859753d
children ef1d382309e5
line wrap: on
line diff
--- a/ppc/dsputil_ppc.c	Tue Nov 14 03:12:29 2006 +0000
+++ b/ppc/dsputil_ppc.c	Tue Nov 14 03:18:09 2006 +0000
@@ -42,7 +42,7 @@
 
 #endif
 
-int ff_mm_flags = 0;
+int mm_flags = 0;
 
 int mm_support(void)
 {
@@ -277,7 +277,7 @@
     dsputil_h264_init_ppc(c, avctx);
 
     if (has_altivec()) {
-        ff_mm_flags |= MM_ALTIVEC;
+        mm_flags |= MM_ALTIVEC;
 
         dsputil_init_altivec(c, avctx);
         snow_init_altivec(c, avctx);