diff ppc/dsputil_ppc.h @ 4521:891590781d9e libavcodec

rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
author mru
date Tue, 13 Feb 2007 23:45:28 +0000
parents 6020c2f3b16b
children e8da39f42724
line wrap: on
line diff
--- a/ppc/dsputil_ppc.h	Tue Feb 13 18:26:14 2007 +0000
+++ b/ppc/dsputil_ppc.h	Tue Feb 13 23:45:28 2007 +0000
@@ -21,7 +21,7 @@
 #ifndef _DSPUTIL_PPC_
 #define _DSPUTIL_PPC_
 
-#ifdef POWERPC_PERFORMANCE_REPORT
+#ifdef CONFIG_POWERPC_PERF
 void powerpc_display_perf_report(void);
 /* the 604* have 2, the G3* have 4, the G4s have 6,
    and the G5 are completely different (they MUST use
@@ -145,11 +145,11 @@
     }                             \
   }                               \
 } while (0)
-#else /* POWERPC_PERFORMANCE_REPORT */
+#else /* CONFIG_POWERPC_PERF */
 // those are needed to avoid empty statements.
 #define POWERPC_PERF_DECLARE(a, cond)        int altivec_placeholder __attribute__ ((unused))
 #define POWERPC_PERF_START_COUNT(a, cond)    do {} while (0)
 #define POWERPC_PERF_STOP_COUNT(a, cond)     do {} while (0)
-#endif /* POWERPC_PERFORMANCE_REPORT */
+#endif /* CONFIG_POWERPC_PERF */
 
 #endif /*  _DSPUTIL_PPC_ */