diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-19 15:22:11 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-19 15:22:11 +0000 |
commit | 7c3c537af0dadd4dc473a93f84f6ca918087bb86 (patch) | |
tree | 12d1799baf5ec3a3f2a40da51128705fd2f0b454 | |
parent | ca723b1de2aa0ccad634441c411ffe582a02659e (diff) | |
download | gst-plugins-bad-7c3c537af0dadd4dc473a93f84f6ca918087bb86.tar.gz gst-plugins-bad-7c3c537af0dadd4dc473a93f84f6ca918087bb86.tar.bz2 gst-plugins-bad-7c3c537af0dadd4dc473a93f84f6ca918087bb86.zip |
update to 1.0 vorbis macro
Original commit message from CVS:
update to 1.0 vorbis macro
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1a64ece5..c4fbd1c7 100644 --- a/configure.ac +++ b/configure.ac @@ -762,7 +762,7 @@ dnl *** vorbis *** dnl AM_PATH_VORBIS only takes two options translit(dnm, m, l) AM_CONDITIONAL(USE_VORBIS, true) GST_CHECK_FEATURE(VORBIS, [vorbis plug-in], vorbisenc vorbisdec, [ - AM_PATH_VORBIS(HAVE_VORBIS=yes, HAVE_VORBIS=no) + XIPH_PATH_VORBIS(HAVE_VORBIS=yes, HAVE_VORBIS=no) ]) dnl *** XMMS *** |