Disable GStreamer by default until #131316 gets fixed

2004-02-25  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Disable GStreamer by default until #131316 gets
	fixed
This commit is contained in:
Bastien Nocera 2004-02-25 18:02:29 +00:00 committed by Bastien Nocera
parent b87b234730
commit e04ca47dd4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-02-25 Bastien Nocera <hadess@hadess.net>
* configure.in: Disable GStreamer by default until #131316 gets
fixed
2004-02-25 Bastien Nocera <hadess@hadess.net>
* configure.in: check for GStreamer, make it possible to disable

View file

@ -325,7 +325,7 @@ AC_HELP_STRING([--enable-gstreamer],[use gstreamer, if available]),
no) ENABLE_GSTREAMER=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-gstreamer) ;;
esac],
[ENABLE_GSTREAMER=yes]) dnl Default value
[ENABLE_GSTREAMER=no]) dnl Default value
if test "x$ENABLE_GSTREAMER" = "xyes"; then
have_gstreamer=no