diff Makefile @ 3006:4007989367bc libavcodec

TrueSpeech compatible audio decoder by Konstantin Shishkov
author diego
date Tue, 03 Jan 2006 02:30:38 +0000
parents ef2149182f1c
children e3c391312d7c
line wrap: on
line diff
--- a/Makefile	Sat Dec 31 14:14:38 2005 +0000
+++ b/Makefile	Tue Jan 03 02:30:38 2006 +0000
@@ -161,6 +161,9 @@
 ifeq ($(CONFIG_TRUEMOTION2_DECODER),yes)
     OBJS+= truemotion2.o
 endif
+ifeq ($(CONFIG_TRUESPEECH_DECODER),yes)
+    OBJS+= truespeech.o
+endif
 ifeq ($(CONFIG_TSCC_DECODER),yes)
     OBJS+= tscc.o
 endif