prerelease

Original commit message from CVS:
prerelease
This commit is contained in:
Thomas Vander Stichele 2006-01-11 11:44:02 +00:00
parent 9828b301eb
commit a75ebe24c8
2 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
prerelease
2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_query):
@ -214,7 +219,7 @@
2005-12-16 Stefan Kost <ensonic@users.sf.net>
* gst/asfdemux/gstasfmux.c: (gst_asfmux_file_start):
change some char* into char[]
change some char* into char[]
2005-12-15 Edward Hervey <edward@fluendo.com>

View file

@ -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-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 0, 1,
AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 0, 2,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
@ -26,6 +26,10 @@ AC_SUBST(GST_MAJORMINOR)
AS_LIBTOOL_TAGS([CXX])
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.1
GSTPB_REQ=0.10.1
AC_CONFIG_SRCDIR([ext/mad/gstmad.c])
AM_CONFIG_HEADER(config.h)
@ -134,7 +138,6 @@ GST_ARCH()
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
GST_REQ=0.9.7
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")
@ -161,7 +164,7 @@ AC_SUBST(GST_BASE_CFLAGS)
dnl check for gstreamer-plugins-base; uinstalled is selected preferentially
PKG_CHECK_MODULES(GST_PLUGINS_BASE,
gstreamer-plugins-base-$GST_MAJORMINOR >= $GST_REQ,
gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPB_REQ,
HAVE_GST_PLUGINS_BASE="yes", HAVE_GST_PLUGINS_BASE="no")
if test "x$HAVE_GST_PLUGINS_BASE" = "xno"; then