diff libmpcodecs/Makefile @ 16915:6b1d1e4adaea

Speex support. Seeking and pts generation does not work.
author reimar
date Sat, 05 Nov 2005 11:58:25 +0000
parents 3636c18a1b5e
children 47c5e9846cd3
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Sat Nov 05 11:40:06 2005 +0000
+++ b/libmpcodecs/Makefile	Sat Nov 05 11:58:25 2005 +0000
@@ -209,6 +209,10 @@
 AUDIO_SRCS += ad_mpc.c
 endif
 
+ifeq ($(SPEEX),yes)
+AUDIO_SRCS += ad_speex.c
+endif
+
 ifeq ($(FAAC),yes)
 ENCODER_SRCS += ae_faac.c
 endif