From da346202e4527534bc410940eda62f8869ed0e70 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sun, 23 Feb 2003 17:35:35 +0000 Subject: merge integer based Tremor vorbis plugin Original commit message from CVS: merge integer based Tremor vorbis plugin --- ext/mas/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/mas') diff --git a/ext/mas/Makefile.in b/ext/mas/Makefile.in index 7a9b0824..de72ba46 100644 --- a/ext/mas/Makefile.in +++ b/ext/mas/Makefile.in @@ -137,6 +137,9 @@ HAVE_GCONFTOOL = @HAVE_GCONFTOOL@ HERMES_LIBS = @HERMES_LIBS@ HTTP_LIBS = @HTTP_LIBS@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +IVORBISFILE_LIBS = @IVORBISFILE_LIBS@ +IVORBIS_CFLAGS = @IVORBIS_CFLAGS@ +IVORBIS_LIBS = @IVORBIS_LIBS@ JACK_CFLAGS = @JACK_CFLAGS@ JACK_LIBS = @JACK_LIBS@ JPEG_LIBS = @JPEG_LIBS@ @@ -220,7 +223,6 @@ libgstmassink_la_CFLAGS = $(GST_CFLAGS) $(MAS_CFLAGS) libgstmassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MAS_LIBS) noinst_HEADERS = massink.h -EXTRA_DIST = README subdir = ext/mas mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h -- cgit v1.2.1