aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-05-07 00:42:22 +0200
committerDiego Biurrun <diego@biurrun.de>2013-05-07 18:03:34 +0200
commit92f8e06ecb431a427ea13d794e5a6bc927a034d2 (patch)
tree3a7a1ef251831fbf3f82f42313536fa5fe07f42c /libavcodec/x86/Makefile
parent7edaf4edb5c3c04f34ad1242680cbc32d11f4087 (diff)
downloadffmpeg-92f8e06ecb431a427ea13d794e5a6bc927a034d2.tar.gz
x86: dsputil hpeldsp: Move shared template functions into separate object
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index da4798f9f4..f13f3e0ea8 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -36,12 +36,14 @@ MMX-OBJS-$(CONFIG_DSPUTIL) += x86/dsputil_mmx.o \
x86/fpel_mmx.o \
x86/idct_mmx_xvid.o \
x86/idct_sse2_xvid.o \
+ x86/rnd_mmx.o \
x86/simple_idct.o \
MMX-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc_mmx.o \
x86/motion_est.o
MMX-OBJS-$(CONFIG_HPELDSP) += x86/fpel_mmx.o \
- x86/hpeldsp_mmx.o
+ x86/hpeldsp_mmx.o \
+ x86/rnd_mmx.o
MMX-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_mmx.o
YASM-OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp.o