aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/Makefile
diff options
context:
space:
mode:
authorRong Yan <rongyan236@gmail.com>2014-06-18 04:51:35 -0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-19 01:01:14 +0200
commitab12373956e92b865bced9b05b12971f062cfd3e (patch)
tree14f7a30a31dbe7fda32ca36cf280655323597009 /libavcodec/ppc/Makefile
parent8e2ade43f1d0d093f0a4280db7521ba952cc0b96 (diff)
downloadffmpeg-ab12373956e92b865bced9b05b12971f062cfd3e.tar.gz
ppc: Fix the bug of fft for little endian environment on POWER7 and later
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ppc/Makefile')
-rw-r--r--libavcodec/ppc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ppc/Makefile b/libavcodec/ppc/Makefile
index b04aa0ebc9..bec7845198 100644
--- a/libavcodec/ppc/Makefile
+++ b/libavcodec/ppc/Makefile
@@ -26,4 +26,5 @@ ALTIVEC-OBJS-$(CONFIG_DSPUTIL) += ppc/dsputil_altivec.o \
ppc/int_altivec.o \
FFT-OBJS-$(HAVE_GNU_AS) += ppc/fft_altivec_s.o
+FFT-OBJS-$(HAVE_VSX) += ppc/fft_vsx.o
ALTIVEC-OBJS-$(CONFIG_FFT) += $(FFT-OBJS-yes)