From 8334e7d4b0d0bf330e0483747532b4fff8a883e2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 5 Feb 2007 18:42:45 +0000 Subject: ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo. Original commit message from CVS: 2007-02-05 Andy Wingo * ext/sndfile/Makefile.am: * ext/sndfile/gstsfsrc.h: * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with random access woo. --- ext/sndfile/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/sndfile/Makefile.am') 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 -- cgit v1.2.1