summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-02-28 17:16:26 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-02-29 08:46:53 -0800
commite3461197b1ffa0b4ebb80ee3d8567d3b286d7fc3 (patch)
tree2b5adbcc64c3a596491a639847d314d193934f5b /libavcodec/x86/Makefile
parentf1e7c42f08d0370b8d47c2ca3d2c043d19d3fa8a (diff)
x86/vc1dsp: Split the file into MC and loopfilter
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 629b0eefa5..839b5bc9b4 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -120,7 +120,8 @@ YASM-OBJS-$(CONFIG_QPELDSP) += x86/qpeldsp.o \
x86/fpel.o \
x86/qpel.o
YASM-OBJS-$(CONFIG_RV34DSP) += x86/rv34dsp.o
-YASM-OBJS-$(CONFIG_VC1DSP) += x86/vc1dsp.o
+YASM-OBJS-$(CONFIG_VC1DSP) += x86/vc1dsp_loopfilter.o \
+ x86/vc1dsp_mc.o
YASM-OBJS-$(CONFIG_IDCTDSP) += x86/simple_idct10.o
YASM-OBJS-$(CONFIG_VIDEODSP) += x86/videodsp.o
YASM-OBJS-$(CONFIG_VP3DSP) += x86/vp3dsp.o