gstreamer/gst/auparse/Makefile.am
Andy Wingo 6f2a22eb93 better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, auparse to new capsnego
Original commit message from CVS:
* better capsnego in osssink
* s/parseau/auparse/
* update volume, mulawdecode, auparse to new capsnego
2002-02-17 02:06:04 +00:00

10 lines
263 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstauparse.la
libgstauparse_la_SOURCES = gstauparse.c
libgstauparse_la_CFLAGS = $(GST_CFLAGS)
libgstauparse_la_LIBADD = $(GST_LIBS)
libgstauparse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
noinst_HEADERS = gstauparse.h