mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
d18d4fd5a1
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
10 lines
307 B
Makefile
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
|