diff Makefile @ 3118:01b58c3b8a91 libavcodec

tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
author alex
date Sun, 12 Feb 2006 02:15:19 +0000
parents 649af3fa175b
children 09ae2e981d64
line wrap: on
line diff
--- a/Makefile	Sat Feb 11 21:42:11 2006 +0000
+++ b/Makefile	Sun Feb 12 02:15:19 2006 +0000
@@ -169,6 +169,9 @@
 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