summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorRomain Dolbeau <dolbeau@irisa.fr>2003-01-19 19:00:45 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-01-19 19:00:45 +0000
commit35e5fb067e0099fde6c3429131f11433eb92f22b (patch)
tree50480aa9498173e6b2f12f977d6e948b8f90fa53 /ffmpeg.c
parent8c55915b14897fd9bdaae9241f2dd54c00a869ef (diff)
downloadffmpeg-streaming-35e5fb067e0099fde6c3429131f11433eb92f22b.zip
ffmpeg-streaming-35e5fb067e0099fde6c3429131f11433eb92f22b.tar.gz
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 1476 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 2cac717..4f4a5f3 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2833,10 +2833,10 @@ int main(int argc, char **argv)
av_free_static();
-#ifdef ALTIVEC_TBL_PERFORMANCE_REPORT
- extern void altivec_display_perf_report(void);
- altivec_display_perf_report();
-#endif /* ALTIVEC_TBL_PERFORMANCE_REPORT */
+#ifdef POWERPC_TBL_PERFORMANCE_REPORT
+ extern void powerpc_display_perf_report(void);
+ powerpc_display_perf_report();
+#endif /* POWERPC_TBL_PERFORMANCE_REPORT */
return 0;
}
OpenPOWER on IntegriCloud