summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-16 21:23:03 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-16 21:23:03 +0000
commit3bd74e92434ba4030878ecae00db0c66649e2337 (patch)
treecaef14efaef3ab9172ec6a1827370219e06ec7c0 /libavcodec/x86/Makefile
parent43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d (diff)
downloadffmpeg-streaming-3bd74e92434ba4030878ecae00db0c66649e2337.zip
ffmpeg-streaming-3bd74e92434ba4030878ecae00db0c66649e2337.tar.gz
Simplify arch-specific object file lists
Originally committed as revision 22570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index daf6aef..f4d0c84 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -1,7 +1,5 @@
-X86-OBJS-$(CONFIG_MLP_DECODER) += x86/mlpdsp.o
-X86-OBJS-$(CONFIG_TRUEHD_DECODER) += x86/mlpdsp.o
-
-OBJS-$(ARCH_X86) += $(X86-OBJS-yes)
+OBJS-$(CONFIG_MLP_DECODER) += x86/mlpdsp.o
+OBJS-$(CONFIG_TRUEHD_DECODER) += x86/mlpdsp.o
YASM-OBJS-FFT-$(HAVE_AMD3DNOW) += x86/fft_3dn.o
YASM-OBJS-FFT-$(HAVE_AMD3DNOWEXT) += x86/fft_3dn2.o
OpenPOWER on IntegriCloud