summaryrefslogtreecommitdiffstats
path: root/ext/speex
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-07-17 04:29:33 +0000
committerDavid Schleef <ds@schleef.org>2003-07-17 04:29:33 +0000
commit7e21a41c7e998e2f1d97113a893fabcea7378f5e (patch)
treeac134975c19b5259f8bf2f6604f7f4e0a70d38e0 /ext/speex
parentdc0d8186c5b3ab89f4c7a33e3321399cf518d7a7 (diff)
Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
Original commit message from CVS: Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
Diffstat (limited to 'ext/speex')
-rw-r--r--ext/speex/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/speex/Makefile.am b/ext/speex/Makefile.am
index 7d0a65f0..86d4c08e 100644
--- a/ext/speex/Makefile.am
+++ b/ext/speex/Makefile.am
@@ -3,8 +3,8 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstspeex.la
libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
-libgstspeex_la_CFLAGS = $(GST_CFLAGS)
-libgstspeex_la_LIBADD = -lspeex
+libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS)
+libgstspeex_la_LIBADD = $(SPEEX_LIBS)
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstspeexenc.h gstspeexdec.h