diff options
author | Andy Wingo <wingo@pobox.com> | 2007-02-05 18:42:45 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-02-05 18:42:45 +0000 |
commit | 8334e7d4b0d0bf330e0483747532b4fff8a883e2 (patch) | |
tree | 502966c9b20e9f40949246ec7d154fe2419cf6e1 /ext/sndfile/Makefile.am | |
parent | add17e34f0b5d163bd09e02b95c19ec6b9473945 (diff) | |
download | gst-plugins-bad-8334e7d4b0d0bf330e0483747532b4fff8a883e2.tar.gz gst-plugins-bad-8334e7d4b0d0bf330e0483747532b4fff8a883e2.tar.bz2 gst-plugins-bad-8334e7d4b0d0bf330e0483747532b4fff8a883e2.zip |
ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo.
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.
Diffstat (limited to 'ext/sndfile/Makefile.am')
-rw-r--r-- | ext/sndfile/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sndfile/Makefile.am b/ext/sndfile/Makefile.am index bd051153..c8fac77a 100644 --- a/ext/sndfile/Makefile.am +++ b/ext/sndfile/Makefile.am @@ -1,9 +1,9 @@ plugin_LTLIBRARIES = libgstsndfile.la -libgstsndfile_la_SOURCES = gstsf.c gstsfsink.c +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 gstsfsink.h +noinst_HEADERS = gstsf.h gstsfsrc.h gstsfsink.h |