2009-12-12 00:32:48 +00:00
|
|
|
plugin_LTLIBRARIES = libgstadpcmenc.la
|
|
|
|
|
|
|
|
# sources used to compile this plug-in
|
|
|
|
libgstadpcmenc_la_SOURCES = adpcmenc.c
|
|
|
|
|
|
|
|
# flags used to compile this plugin
|
|
|
|
# add other _CFLAGS and _LIBS as needed
|
2012-01-17 20:36:08 +00:00
|
|
|
libgstadpcmenc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstadpcmenc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
2012-01-17 20:36:08 +00:00
|
|
|
$(GST_LIBS)
|
2009-12-12 00:32:48 +00:00
|
|
|
libgstadpcmenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstadpcmenc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|