summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 082f66c975..cb6ef4231d 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -618,11 +618,6 @@ static int av_exit(int ret)
av_free(video_standard);
-#if CONFIG_POWERPC_PERF
- void powerpc_display_perf_report(void);
- powerpc_display_perf_report();
-#endif /* CONFIG_POWERPC_PERF */
-
for (i=0;i<AVMEDIA_TYPE_NB;i++)
av_free(avcodec_opts[i]);
av_free(avformat_opts);