diff options
author | James Almer <jamrial@gmail.com> | 2014-02-12 14:03:07 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-13 01:34:33 +0100 |
commit | 429f742a61e79326c1b089e172694f847219c70d (patch) | |
tree | d424370bb69b32f1e93ef0c60cc9288f6465829f /libavcodec/Makefile | |
parent | 9c3478c2343424907b0d8c88da917c56a4cd9162 (diff) | |
download | ffmpeg-429f742a61e79326c1b089e172694f847219c70d.tar.gz |
tta: split off hybrid filter processing as ttadsp
Signed-off-by: James Almer <jamrial@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 3c3b4ff576..15a4415b3e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -445,7 +445,7 @@ OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o OBJS-$(CONFIG_TSCC_DECODER) += tscc.o msrledec.o OBJS-$(CONFIG_TSCC2_DECODER) += tscc2.o -OBJS-$(CONFIG_TTA_DECODER) += tta.o ttadata.o +OBJS-$(CONFIG_TTA_DECODER) += tta.o ttadata.o ttadsp.o OBJS-$(CONFIG_TTA_ENCODER) += ttaenc.o ttadata.o OBJS-$(CONFIG_TWINVQ_DECODER) += twinvqdec.o twinvq.o OBJS-$(CONFIG_TXD_DECODER) += txd.o s3tc.o |