summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-15 09:27:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-15 09:27:02 +0000
commitb7cc68893f4b48bb9a2262d591aaa044a55b1c31 (patch)
treef657f1c700062ad1b2160fba4ee62a95cf5c13e8 /configure.ac
parent23c04ff901c18cae58769a4570158933352ff3b7 (diff)
downloadgst-plugins-bad-b7cc68893f4b48bb9a2262d591aaa044a55b1c31.tar.gz
gst-plugins-bad-b7cc68893f4b48bb9a2262d591aaa044a55b1c31.tar.bz2
gst-plugins-bad-b7cc68893f4b48bb9a2262d591aaa044a55b1c31.zip
more mergeback from the latest release
Original commit message from CVS: more mergeback from the latest release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ac08518..3ebe17d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,10 +10,15 @@ AM_DISABLE_STATIC
dnl when going to/from release please set the nano (fourth number) right !
dnl We disable static building for development, for time savings
AM_DISABLE_STATIC
-AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 3, 1)
+AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 4, 0)
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
+dnl we'll move this to a configure option later on which will be turned on
+dnl by autogen
+dnl GST_ERROR="-Wall -Werror"
+GST_ERROR="-Werror"
+
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])
AM_CONFIG_HEADER(config.h)