summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-10-05 18:38:06 +0200
committerDiego Biurrun <diego@biurrun.de>2013-10-05 19:21:15 +0200
commit2ddb35b91131115c094d90e04031451023441b4d (patch)
tree26d71a4e682a47de89a9967542b338d709715d85 /libavcodec/x86/Makefile
parent6b3ff6f91a535d6383f41ca7bdf760165dcb6015 (diff)
x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx
The function does not depend on MMX and compilation without MMX enabled fails if the function is compiled conditional on MMX availability.
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 684b4ee667..ea6628cb61 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -6,7 +6,8 @@ OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp_init.o
OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp.o
OBJS-$(CONFIG_DCT) += x86/dct_init.o
OBJS-$(CONFIG_DNXHD_ENCODER) += x86/dnxhdenc.o
-OBJS-$(CONFIG_DSPUTIL) += x86/dsputil_init.o
+OBJS-$(CONFIG_DSPUTIL) += x86/dsputil_init.o \
+ x86/dsputil_x86.o
OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc_mmx.o \
x86/fdct.o \
x86/motion_est.o