summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2004-02-25 18:02:29 +0000
committerBastien Nocera <hadess@src.gnome.org>2004-02-25 18:02:29 +0000
commite04ca47dd4d3120705308fa9d24ebf5f95676c42 (patch)
tree96403836aff0d8e66f7487e7f36c1b6cf5a66098
parentb87b234730bcf1342df5bb1cfe5acfce1f53b6a1 (diff)
downloadgnome-control-center-e04ca47dd4d3120705308fa9d24ebf5f95676c42.tar.gz
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
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d2a42b85..6eb6a262d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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
ALSA support even if the libraries are there
diff --git a/configure.in b/configure.in
index f6e07028d..596764241 100644
--- a/configure.in
+++ b/configure.in
@@ -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