gstreamer/ext/audiofile/Makefile.am
Wim Taymans d18d4fd5a1 - Changed plugins for new APIs
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
2002-05-26 21:59:21 +00:00

10 lines
307 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstaf.la
libgstaf_la_SOURCES = gstaf.c gstafsink.c gstafsrc.c gstafparse.c
libgstaf_la_CFLAGS = $(GST_CFLAGS) $(AUDIOFILE_CFLAGS)
libgstaf_la_LIBADD = $(AUDIOFILE_LIBS)
libgstaf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstafsink.h gstafsrc.h