Delete unnecessary 'extern' keywords.

Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-12-03 15:23:30 +00:00
parent 26ae363e06
commit 9686df2be5
30 changed files with 111 additions and 117 deletions

View File

@ -419,7 +419,7 @@ static int av_exit(int ret)
av_free(video_standard);
#ifdef CONFIG_POWERPC_PERF
extern void powerpc_display_perf_report(void);
void powerpc_display_perf_report(void);
powerpc_display_perf_report();
#endif /* CONFIG_POWERPC_PERF */