summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-18 13:05:36 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-18 13:05:36 +0000
commitbe76b13b64890737889bf03ad2e231b62df68239 (patch)
treeb7625bf40c122dfa46b7566842f6d5d46dc1cc17 /configure.ac
parent6413f023bce7ed25f29f9feb2ba9d64912df8017 (diff)
downloadgst-plugins-bad-be76b13b64890737889bf03ad2e231b62df68239.tar.gz
gst-plugins-bad-be76b13b64890737889bf03ad2e231b62df68239.tar.bz2
gst-plugins-bad-be76b13b64890737889bf03ad2e231b62df68239.zip
up the micro
Original commit message from CVS: up the micro
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 859f2a69..931c5254 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, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
+AS_VERSION(gst-plugins, GST_PLUGINS, 0, 4, 1, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
@@ -639,7 +639,7 @@ GST_CHECK_FEATURE(MJPEGTOOLS, [mjpegtools], jpegmmxenc jpegmmxdec, [
AC_CHECK_HEADERS(stdint.h, HAVE_STDINT_H="yes", HAVE_STDINT_H="no")
if [ test x$HAVE_STDINT_H = x"no" ]; then
AC_CHECK_HEADERS(inttypes.h sys/types.h, HAVE_INTTYPES_H="yes", [
- AC_WARNING(No valid header files found, mjpegtools plugins disabled)
+ AC_MSG_WARN(No valid header files found, mjpegtools plugins disabled)
HAVE_INTTYPES_H="no" HAVE_MJPEGTOOLS="no"
])
fi