mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
7593b38a57
Original commit message from CVS: fix build and use of GST_LIBS
9 lines
300 B
Makefile
9 lines
300 B
Makefile
plugin_LTLIBRARIES = libgstspeex.la
|
|
|
|
libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c
|
|
#gstspeexenc.c
|
|
libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS)
|
|
libgstspeex_la_LIBADD = $(GST_LIBS) $(SPEEX_LIBS)
|
|
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstspeexenc.h gstspeexdec.h
|