summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-30 10:25:19 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-30 10:25:19 +0000
commitbdf42741e10e11556e7af27aa8de43d05f21c90f (patch)
treea70083411aacada33bc9f3976fede7ef56f7cfae
parent315ec7ae94c8b00db54c65b6f5e84cb91dd12757 (diff)
downloadgstreamer-plugins-bad-bdf42741e10e11556e7af27aa8de43d05f21c90f.tar.gz
shout2 clashes, move it to xp
Original commit message from CVS: shout2 clashes, move it to xp
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 46484f1f5..05a58c176 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_VERSION, 0, 4, 1, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 4, 1, 2, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
@@ -64,10 +64,12 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],,
AC_MSG_WARN(building experimental plug-ins)
USE_TARKIN="yes"
USE_RTP="yes"
+ USE_SHOUT2="yes"
],[
AC_MSG_NOTICE(not building experimental plug-ins)
USE_TARKIN="no"
USE_RTP="no"
+ USE_SHOUT2="no"
])
dnl broken plug-ins; stuff that doesn't seem to build at the moment