From 7f1b45229fa255f362ae560a785f9d99af14bc14 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Mon, 21 Nov 2005 03:21:04 +0000 Subject: Now it works in push-mode. Tested with gnomevfssrc location=http://.. ! tremor ! alsasink. Original commit message from CVS: Now it works in push-mode. Tested with gnomevfssrc location=http://.. ! tremor ! alsasink. Some issues to be solved yet: 1- set correct timestamps 2- seek is forced to disabled in pull-mode --- ext/ivorbis/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ext/ivorbis/Makefile.am') diff --git a/ext/ivorbis/Makefile.am b/ext/ivorbis/Makefile.am index 1427f972..13ef42ed 100644 --- a/ext/ivorbis/Makefile.am +++ b/ext/ivorbis/Makefile.am @@ -2,7 +2,11 @@ plugin_LTLIBRARIES = libgstivorbis.la libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c -libgstivorbis_la_CFLAGS = $(GST_CFLAGS) $(IVORBIS_CFLAGS) -libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) $(IVORBISFILE_LIBS) +libgstivorbis_la_CFLAGS = $(GST_CFLAGS) $(IVORBIS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) +libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \ + $(IVORBISFILE_LIBS) \ + $(GST_BASE_LIBS) \ + $(GST_PLUGINS_BASE_LIBS) \ + -lgstaudio-@GST_MAJORMINOR@ libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1