summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dsputil_ppc.c
diff options
context:
space:
mode:
authorGildas Bazin <gbazi@altern.org>2004-03-13 21:43:24 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-03-13 21:43:24 +0000
commit68951ecf0ced82b33f84d8ec79984d87291c93dc (patch)
tree1161da34081805c2fa2227bcba5e368344f7052f /libavcodec/ppc/dsputil_ppc.c
parentebcd2f968969192dd1286d9cbdd41197bff09a2f (diff)
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)
Originally committed as revision 2882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/dsputil_ppc.c')
-rw-r--r--libavcodec/ppc/dsputil_ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c
index 691b7725b1..b8372e51e2 100644
--- a/libavcodec/ppc/dsputil_ppc.c
+++ b/libavcodec/ppc/dsputil_ppc.c
@@ -46,7 +46,7 @@ int mm_support(void)
unsigned long long perfdata[POWERPC_NUM_PMC_ENABLED][powerpc_perf_total][powerpc_data_total];
/* list below must match enum in dsputil_ppc.h */
static unsigned char* perfname[] = {
- "fft_calc_altivec",
+ "ff_fft_calc_altivec",
"gmc1_altivec",
"dct_unquantize_h263_altivec",
"fdct_altivec",