- HAVE_VORBIS is defined in GST_CHECK_FEATURE
authorWrobell <wrobell@ite.pl>
Fri, 21 Dec 2001 09:36:33 +0000 (09:36 +0000)
committerWrobell <wrobell@ite.pl>
Fri, 21 Dec 2001 09:36:33 +0000 (09:36 +0000)
Original commit message from CVS:
- HAVE_VORBIS is defined in GST_CHECK_FEATURE
- use USE_VORBIS where appropriate

configure.ac

index c6799415260b5f0ec1bb4bbe85b618c7c1900395..70c56260d0722b5c04d977dd677f615f87b28d89 100644 (file)
@@ -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")