summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-02-13 23:45:28 +0000
committerMåns Rullgård <mans@mansr.com>2007-02-13 23:45:28 +0000
commit35f973698885e2688b271e03d888595f4dbe1cc7 (patch)
treebdcef0253e26f99bd6124d83416a8d556ba76b15 /ffmpeg.c
parente27450467677606ed297f88d58514b100fcf850b (diff)
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index a98c7e9b7d..7eb7011e84 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3963,10 +3963,10 @@ int main(int argc, char **argv)
if(inter_matrix)
av_free(inter_matrix);
-#ifdef POWERPC_PERFORMANCE_REPORT
+#ifdef CONFIG_POWERPC_PERF
extern void powerpc_display_perf_report(void);
powerpc_display_perf_report();
-#endif /* POWERPC_PERFORMANCE_REPORT */
+#endif /* CONFIG_POWERPC_PERF */
if (received_sigterm) {
fprintf(stderr,