summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-09-21 17:01:17 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-21 17:01:17 +0000
commit34d7d649b972ea4915611a6ed88f01613bf32777 (patch)
tree9f342f8345d08f0118df145aa25530c8fea419b8
parent76752780462a3c4da712d56d54c45402144b3d0f (diff)
downloadgstreamer-common-34d7d649b972ea4915611a6ed88f01613bf32777.tar.gz
m4/gst-args.m4: Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable building of experimental plugins. Nob...
Original commit message from CVS: * m4/gst-args.m4: Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable building of experimental plugins. Nobody uses it yet and the --enable--experimental stuff from gst-plugins-good defaults to disable too.
-rw-r--r--ChangeLog8
-rw-r--r--m4/gst-args.m42
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fd5ee3a..8f8b853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-21 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * m4/gst-args.m4:
+ Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable
+ building of experimental plugins. Nobody uses it yet and the
+ --enable--experimental stuff from gst-plugins-good defaults to
+ disable too.
+
2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
* gtk-doc-plugins.mak:
diff --git a/m4/gst-args.m4 b/m4/gst-args.m4
index 967fd7b..a326f96 100644
--- a/m4/gst-args.m4
+++ b/m4/gst-args.m4
@@ -251,7 +251,7 @@ AC_DEFUN([AG_GST_ARG_ENABLE_EXPERIMENTAL],
[
AG_GST_CHECK_FEATURE(EXPERIMENTAL,
[building of experimental plug-ins],,
- HAVE_EXPERIMENTAL=yes, enabled,
+ HAVE_EXPERIMENTAL=yes, disabled,
[
AC_MSG_WARN(building experimental plug-ins)
BUILD_EXPERIMENTAL="yes"