diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-04-27 01:03:37 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-30 12:19:43 +0200 |
commit | 643e433bf7440740f9635f8ad89e8dfe52aa0785 (patch) | |
tree | cbd83468083a41fe0731ce52bd1180396269a13f /libavcodec/ppc/Makefile | |
parent | 8cd472d3f947a6233e7dc628f0dc71c74e62413a (diff) | |
download | ffmpeg-643e433bf7440740f9635f8ad89e8dfe52aa0785.tar.gz |
mpegaudiosp: More consistent names for ppc/x86 optimization files
Diffstat (limited to 'libavcodec/ppc/Makefile')
-rw-r--r-- | libavcodec/ppc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/Makefile b/libavcodec/ppc/Makefile index febbb0a231..bfd777f664 100644 --- a/libavcodec/ppc/Makefile +++ b/libavcodec/ppc/Makefile @@ -11,7 +11,7 @@ FFT-OBJS-$(HAVE_GNU_AS) += ppc/fft_altivec_s.o ALTIVEC-OBJS-$(CONFIG_FFT) += ppc/fft_altivec.o \ $(FFT-OBJS-yes) ALTIVEC-OBJS-$(CONFIG_H264DSP) += ppc/h264_altivec.o -ALTIVEC-OBJS-$(CONFIG_MPEGAUDIODSP) += ppc/mpegaudiodec_altivec.o +ALTIVEC-OBJS-$(CONFIG_MPEGAUDIODSP) += ppc/mpegaudiodsp_altivec.o ALTIVEC-OBJS-$(CONFIG_MPEGVIDEO) += ppc/mpegvideo_altivec.o ALTIVEC-OBJS-$(CONFIG_VC1_DECODER) += ppc/vc1dsp_altivec.o ALTIVEC-OBJS-$(CONFIG_VP8_DECODER) += ppc/vp8dsp_altivec.o |