gstreamer/gst/adpcmenc/Makefile.am

12 lines
409 B
Makefile
Raw Normal View History

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)
libgstadpcmenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)