summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
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 13f1c60aba..60a7966577 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -161,6 +161,9 @@ endif
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