diff ppc/dsputil_ppc.c @ 12456:a5ddb39627fd libavcodec

Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ symbols, and move them from libavcodec/avcodec.h to libavutil/cpu.h.
author stefano
date Sat, 04 Sep 2010 09:59:08 +0000
parents 3fc4c625b6f3
children 06abedae2906
line wrap: on
line diff
--- a/ppc/dsputil_ppc.c	Fri Sep 03 21:13:01 2010 +0000
+++ b/ppc/dsputil_ppc.c	Sat Sep 04 09:59:08 2010 +0000
@@ -28,7 +28,7 @@
     int result = 0;
 #if HAVE_ALTIVEC
     if (has_altivec()) {
-        result |= FF_MM_ALTIVEC;
+        result |= AV_CPU_FLAG_ALTIVEC;
     }
 #endif /* result */
     return result;