diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-19 23:25:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-19 23:25:55 +0000 |
commit | d4a5f0b64567fbf93b66b53e5f9169c0f56467fa (patch) | |
tree | 3e9072b3b07fc81df4adcefe8e272117a580907f | |
parent | 3b5c5b4df89573b9d4df471dd3de70bcb1947929 (diff) |
scrub vorbis cflags
Original commit message from CVS:
scrub vorbis cflags
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c5066006..b2eb0480 100644 --- a/configure.ac +++ b/configure.ac @@ -762,6 +762,7 @@ 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, [ XIPH_PATH_VORBIS(HAVE_VORBIS=yes, HAVE_VORBIS=no) + AS_SCRUB_INCLUDE(VORBIS_CFLAGS) ]) dnl *** XMMS *** |