diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-02-23 19:58:50 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-02-23 19:58:50 +0000 |
commit | 6fdb0b803915e870a9354e12eb76a6e208371f2b (patch) | |
tree | 692130aaf56154b2b07915ffe9a70a9e421280f6 /configure.ac | |
parent | 56dd04644e24dcff9ce663d59bfe354433d66362 (diff) | |
download | gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.tar.gz gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.tar.bz2 gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.zip |
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 6e8231c7..7c630989 100644 --- a/configure.ac +++ b/configure.ac @@ -609,14 +609,6 @@ GST_CHECK_FEATURE(IVORBIS, [integer vorbis plug-in], ivorbisdec, [ 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, [ @@ -1114,11 +1106,11 @@ ext/gnomevfs/Makefile ext/gsm/Makefile ext/hermes/Makefile ext/http/Makefile -ext/ivorbis/Makefile ext/jack/Makefile ext/jpeg/Makefile ext/ladspa/Makefile ext/lame/Makefile +ext/ivorbis/Makefile ext/lcs/Makefile ext/libfame/Makefile ext/libpng/Makefile |