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:
parent
b87b234730
commit
e04ca47dd4
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2004-02-25 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* configure.in: check for GStreamer, make it possible to disable
|
* configure.in: check for GStreamer, make it possible to disable
|
||||||
|
|
|
@ -325,7 +325,7 @@ AC_HELP_STRING([--enable-gstreamer],[use gstreamer, if available]),
|
||||||
no) ENABLE_GSTREAMER=no ;;
|
no) ENABLE_GSTREAMER=no ;;
|
||||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-gstreamer) ;;
|
*) AC_MSG_ERROR(bad value ${enableval} for --enable-gstreamer) ;;
|
||||||
esac],
|
esac],
|
||||||
[ENABLE_GSTREAMER=yes]) dnl Default value
|
[ENABLE_GSTREAMER=no]) dnl Default value
|
||||||
|
|
||||||
if test "x$ENABLE_GSTREAMER" = "xyes"; then
|
if test "x$ENABLE_GSTREAMER" = "xyes"; then
|
||||||
have_gstreamer=no
|
have_gstreamer=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue