aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-22 20:56:18 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-22 20:57:41 +0200
commitd1dc22dddd7937232a1d073b9d72c51587c0b9ab (patch)
tree65e1b40ae81e48e8b5e5e5a995e8815dcefbc6cb /libavcodec/Makefile
parent9e5b0f070b690ce5b217970d4eb9cdf7ef6696e5 (diff)
parent8337e0c57345f24cf6471220e5f8a0ea21b7c1d0 (diff)
downloadffmpeg-d1dc22dddd7937232a1d073b9d72c51587c0b9ab.tar.gz
Merge commit '8337e0c57345f24cf6471220e5f8a0ea21b7c1d0'
* commit '8337e0c57345f24cf6471220e5f8a0ea21b7c1d0': Introduce a TextureDSP module Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 162966bd1f..0e2fb7c498 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -105,6 +105,8 @@ OBJS-$(CONFIG_SHARED) += log2_tab.o
OBJS-$(CONFIG_SINEWIN) += sinewin.o
OBJS-$(CONFIG_SNAPPY) += snappy.o
OBJS-$(CONFIG_STARTCODE) += startcode.o
+OBJS-$(CONFIG_TEXTUREDSP) += texturedsp.o
+OBJS-$(CONFIG_TEXTUREDSPENC) += texturedspenc.o
OBJS-$(CONFIG_TPELDSP) += tpeldsp.o
OBJS-$(CONFIG_VIDEODSP) += videodsp.o
OBJS-$(CONFIG_VP3DSP) += vp3dsp.o