summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-19 15:22:11 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-19 15:22:11 +0000
commit7c3c537af0dadd4dc473a93f84f6ca918087bb86 (patch)
tree12d1799baf5ec3a3f2a40da51128705fd2f0b454
parentca723b1de2aa0ccad634441c411ffe582a02659e (diff)
downloadgstreamer-plugins-bad-7c3c537af0dadd4dc473a93f84f6ca918087bb86.tar.gz
update to 1.0 vorbis macro
Original commit message from CVS: update to 1.0 vorbis macro
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1a64ece50..c4fbd1c76 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 ***