summaryrefslogtreecommitdiff
path: root/m4/gst-args.m4
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 /m4/gst-args.m4
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.
Diffstat (limited to 'm4/gst-args.m4')
-rw-r--r--m4/gst-args.m42
1 files changed, 1 insertions, 1 deletions
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"