gstreamer/gst/adpcmdec/Makefile.am

13 lines
448 B
Makefile
Raw Normal View History

plugin_LTLIBRARIES = libgstadpcmdec.la
# sources used to compile this plug-in
libgstadpcmdec_la_SOURCES = adpcmdec.c
# flags used to compile this plugin
# add other _CFLAGS and _LIBS as needed
2012-02-26 19:43:32 +00:00
libgstadpcmdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
2012-03-18 21:43:16 +00:00
libgstadpcmdec_la_LIBADD = \
2012-04-04 12:41:22 +00:00
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS)
libgstadpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)