mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
8334e7d4b0
Original commit message from CVS: 2007-02-05 Andy Wingo <wingo@pobox.com> * ext/sndfile/Makefile.am: * ext/sndfile/gstsfsrc.h: * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with random access woo.
9 lines
371 B
Makefile
9 lines
371 B
Makefile
|
|
plugin_LTLIBRARIES = libgstsndfile.la
|
|
|
|
libgstsndfile_la_SOURCES = gstsf.c gstsfsrc.c gstsfsink.c
|
|
libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
|
|
libgstsndfile_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
|
|
libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstsf.h gstsfsrc.h gstsfsink.h
|