summaryrefslogtreecommitdiff
path: root/libavfilter/x86
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-29 19:37:14 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-12 19:58:51 +0200
commitf6c38c5f4ed6683a6a61db2ed418a68bbe5f5507 (patch)
tree0281bf9b7f350be3d5deb8380cb53fd1f2546274 /libavfilter/x86
parent5a2cb78219168af7a0f446cd97dbac2d3c1868e6 (diff)
avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)
Diffstat (limited to 'libavfilter/x86')
-rw-r--r--libavfilter/x86/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavfilter/x86/Makefile b/libavfilter/x86/Makefile
index 46fc84f3ec..4289f924da 100644
--- a/libavfilter/x86/Makefile
+++ b/libavfilter/x86/Makefile
@@ -1,3 +1,4 @@
-MMX-OBJS-$(CONFIG_YADIF_FILTER) += x86/yadif.o
-MMX-OBJS-$(CONFIG_GRADFUN_FILTER) += x86/gradfun.o
+OBJS-$(CONFIG_GRADFUN_FILTER) += x86/gradfun.o
+OBJS-$(CONFIG_YADIF_FILTER) += x86/yadif.o
+
YASM-OBJS-$(CONFIG_HQDN3D_FILTER) += x86/hqdn3d.o