summaryrefslogtreecommitdiffstats
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
commitb46661c3250bea05e64ea136800be4bdb6683bf3 (patch)
tree97f6f8d4bd1e8dcd590d9f395e84bde8594a8e12
parentc9954470a79aa70d76a03c201ad360e0faca0a36 (diff)
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 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 ***