aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2006-02-12 02:15:19 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2006-02-12 02:15:19 +0000
commita24c4a2ae44fb81175f6a3aa846820fb201b3135 (patch)
tree7b58fd473950cbefbf5d2b48fcf54171076bbeb0 /libavcodec/Makefile
parent46ff904f3dab51c0c2ffb50046386e522210773a (diff)
downloadffmpeg-a24c4a2ae44fb81175f6a3aa846820fb201b3135.tar.gz
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 50e42606ee..9437f3e101 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -169,6 +169,9 @@ endif
ifeq ($(CONFIG_TRUESPEECH_DECODER),yes)
OBJS+= truespeech.o
endif
+ifeq ($(CONFIG_TTA_DECODER),yes)
+ OBJS+= tta.o
+endif
ifeq ($(CONFIG_TSCC_DECODER),yes)
OBJS+= tscc.o
endif