diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-02-23 17:35:35 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-02-23 17:35:35 +0000 |
commit | da346202e4527534bc410940eda62f8869ed0e70 (patch) | |
tree | c2be9e7b106a5a87b2fc28f99bcf6de30b18603a /ext/mas/Makefile.in | |
parent | ea2dd02a4a8413b5c28e7a400121edce851e5d62 (diff) | |
download | gst-plugins-bad-da346202e4527534bc410940eda62f8869ed0e70.tar.gz gst-plugins-bad-da346202e4527534bc410940eda62f8869ed0e70.tar.bz2 gst-plugins-bad-da346202e4527534bc410940eda62f8869ed0e70.zip |
merge integer based Tremor vorbis plugin
Original commit message from CVS:
merge integer based Tremor vorbis plugin
Diffstat (limited to 'ext/mas/Makefile.in')
-rw-r--r-- | ext/mas/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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 |