summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-07-03 06:20:53 -0700
committerDiego Biurrun <diego@biurrun.de>2014-07-05 04:18:34 -0700
commit009331303a6462d07cbe94aef9c446f1a1695519 (patch)
tree24461941bc05f9f720692ce8d289893485736985 /libavcodec/x86/Makefile
parente0bfe34ea8ccf333ec5b17961fd58eb575e74f8b (diff)
x86: huffyuvdsp: Move inline assembly to init file
This avoids a link failure with MMX disabled as now code and initialization are compiled under the same condition.
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 14e58f9a9c..a16533a840 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -53,7 +53,6 @@ MMX-OBJS-$(CONFIG_BLOCKDSP) += x86/blockdsp_mmx.o
MMX-OBJS-$(CONFIG_DSPUTIL) += x86/dsputil_mmx.o
MMX-OBJS-$(CONFIG_HPELDSP) += x86/fpel_mmx.o \
x86/hpeldsp_mmx.o
-MMX-OBJS-$(CONFIG_HUFFYUVDSP) += x86/huffyuvdsp_mmx.o
MMX-OBJS-$(CONFIG_IDCTDSP) += x86/idctdsp_mmx.o \
x86/idct_mmx_xvid.o \
x86/idct_sse2_xvid.o \