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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4ae65d84..6e8231c7 100644 --- a/configure.ac +++ b/configure.ac @@ -601,6 +601,22 @@ GST_CHECK_FEATURE(HTTP, [http plug-ins], gsthttpsrc, [ AC_SUBST(GST_HTTPSRC_GET_TYPE) ]) +dnl *** ivorbis *** +dnl AM_PATH_IVORBIS only takes two options +translit(dnm, m, l) AM_CONDITIONAL(USE_IVORBIS, true) +GST_CHECK_FEATURE(IVORBIS, [integer vorbis plug-in], ivorbisdec, [ + XIPH_PATH_IVORBIS(HAVE_IVORBIS=yes, HAVE_IVORBIS=no) + AS_SCRUB_INCLUDE(IVORBIS_CFLAGS) +]) + +dnl *** ivorbis *** +dnl AM_PATH_IVORBIS only takes two options +translit(dnm, m, l) AM_CONDITIONAL(USE_IVORBIS, true) +GST_CHECK_FEATURE(IVORBIS, [integer vorbis plug-in], ivorbisdec, [ + XIPH_PATH_IVORBIS(HAVE_IVORBIS=yes, HAVE_IVORBIS=no) + AS_SCRUB_INCLUDE(IVORBIS_CFLAGS) +]) + dnl *** Jack *** translit(dnm, m, l) AM_CONDITIONAL(USE_JACK, true) GST_CHECK_FEATURE(JACK, Jack, jack, [ @@ -1098,6 +1114,7 @@ ext/gnomevfs/Makefile ext/gsm/Makefile ext/hermes/Makefile ext/http/Makefile +ext/ivorbis/Makefile ext/jack/Makefile ext/jpeg/Makefile ext/ladspa/Makefile |