diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-21 18:26:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-21 18:26:50 +0000 |
commit | a75b7deaa031fee35fdbb860a610d498128fae8d (patch) | |
tree | c3c7f8ab52ea4b97dbaa613b5bff15bc4cdaa056 | |
parent | 9d4bf8d265a8e29aa86299f4e22abe343b403659 (diff) | |
download | gst-plugins-bad-a75b7deaa031fee35fdbb860a610d498128fae8d.tar.gz gst-plugins-bad-a75b7deaa031fee35fdbb860a610d498128fae8d.tar.bz2 gst-plugins-bad-a75b7deaa031fee35fdbb860a610d498128fae8d.zip |
another prerel
Original commit message from CVS:
another prerel
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 650d00bd..43777f11 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins, GST_PLUGINS, 0, 4, 0, 2, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 4, 0, 3, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) @@ -62,11 +62,9 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],, [ AC_MSG_WARN(building experimental plug-ins) USE_TARKIN="yes" - USE_RTP="yes" ],[ AC_MSG_NOTICE(not building experimental plug-ins) USE_TARKIN="no" - USE_RTP="no" ]) dnl broken plug-ins; stuff that doesn't seem to build at the moment |