mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
efbe7fb694
Original commit message from CVS: Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink.
9 lines
345 B
Makefile
9 lines
345 B
Makefile
plugin_LTLIBRARIES = libgstgsm.la
|
|
|
|
libgstgsm_la_SOURCES = gstgsm.c gstgsmenc.c gstgsmdec.c
|
|
libgstgsm_la_CFLAGS = $(GST_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstgsm_la_LIBADD = $(GSM_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstaudio-@GST_MAJORMINOR@
|
|
libgstgsm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstgsmenc.h gstgsmdec.h
|