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 | d5fecc25ceea0c42767297092638184282d4e49d (patch) | |
tree | 4818e6fa2277a71130f9b6dbb312be1e252d0266 | |
parent | cd05d0f3471bb8ac0c991ef4f17ecb56aea61856 (diff) | |
download | gst-plugins-bad-d5fecc25ceea0c42767297092638184282d4e49d.tar.gz gst-plugins-bad-d5fecc25ceea0c42767297092638184282d4e49d.tar.bz2 gst-plugins-bad-d5fecc25ceea0c42767297092638184282d4e49d.zip |
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 *** |