diff options
author | Wrobell <wrobell@ite.pl> | 2001-12-21 09:36:33 +0000 |
---|---|---|
committer | Wrobell <wrobell@ite.pl> | 2001-12-21 09:36:33 +0000 |
commit | 88c12ec7a0bc09ce5a819e04fcbd87cfbe6955a4 (patch) | |
tree | f920eb70a729af6318984c894e94c96caf3ddaf4 /configure.ac | |
parent | bdeb6a1e8a0f396755f1fbafafe117fe2c8b932e (diff) | |
download | gst-plugins-bad-88c12ec7a0bc09ce5a819e04fcbd87cfbe6955a4.tar.gz gst-plugins-bad-88c12ec7a0bc09ce5a819e04fcbd87cfbe6955a4.tar.bz2 gst-plugins-bad-88c12ec7a0bc09ce5a819e04fcbd87cfbe6955a4.zip |
- HAVE_VORBIS is defined in GST_CHECK_FEATURE
Original commit message from CVS:
- HAVE_VORBIS is defined in GST_CHECK_FEATURE
- use USE_VORBIS where appropriate
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index c6799415..70c56260 100644 --- a/configure.ac +++ b/configure.ac @@ -934,10 +934,6 @@ if test "x$HAVE_LIBMIKMOD" = xyes; then AC_DEFINE(HAVE_LIBMIKMOD) fi -if test "x$HAVE_VORBIS" = xyes; then - AC_DEFINE(HAVE_VORBIS) -fi - if test "x$HAVE_AALIB" = "xyes"; then AC_DEFINE(HAVE_AALIB) fi @@ -1001,7 +997,6 @@ AM_CONDITIONAL(HAVE_LIBMIKMOD, test "x$HAVE_LIBMIKMOD" = "xyes") AM_CONDITIONAL(HAVE_LINUX_CDROM, test "x$HAVE_LINUX_CDROM" = "xyes") AM_CONDITIONAL(HAVE_LINUX_VIDEODEV, test "x$HAVE_LINUX_VIDEODEV" = "xyes") AM_CONDITIONAL(HAVE_LIBDVDREAD, test "x$HAVE_LIBDVDREAD" = "xyes") -AM_CONDITIONAL(HAVE_VORBIS, test "x$HAVE_VORBIS" = "xyes") AM_CONDITIONAL(HAVE_LIBJPEG, test "x$HAVE_LIBJPEG" = "xyes") AM_CONDITIONAL(HAVE_LIBSDL, test "x$HAVE_LIBSDL" = "xyes") AM_CONDITIONAL(HAVE_LIBHERMES, test "x$HAVE_LIBHERMES" = "xyes") |