diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-22 20:56:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-22 20:57:41 +0200 |
commit | d1dc22dddd7937232a1d073b9d72c51587c0b9ab (patch) | |
tree | 65e1b40ae81e48e8b5e5e5a995e8815dcefbc6cb /libavcodec/Makefile | |
parent | 9e5b0f070b690ce5b217970d4eb9cdf7ef6696e5 (diff) | |
parent | 8337e0c57345f24cf6471220e5f8a0ea21b7c1d0 (diff) | |
download | ffmpeg-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/Makefile | 2 |
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 |