summaryrefslogtreecommitdiffstats
path: root/ext/speex/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/speex/Makefile.am')
-rw-r--r--ext/speex/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/speex/Makefile.am b/ext/speex/Makefile.am
index cdfcbdb5..2f3205bd 100644
--- a/ext/speex/Makefile.am
+++ b/ext/speex/Makefile.am
@@ -1,7 +1,8 @@
plugin_LTLIBRARIES = libgstspeex.la
-libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
+libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c
+#gstspeexenc.c
libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS)
libgstspeex_la_LIBADD = $(SPEEX_LIBS)
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)