mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
This commit is contained in:
parent
dc0d8186c5
commit
7e21a41c7e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue