aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-28 12:00:27 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-28 12:00:27 +0200
commit06cb1e42187d9a6b2ab00a4703ac37fbcf3184a4 (patch)
tree0ff6d65db2e29263338e20cf299d1c38f79b800d /configure
parent1491e0386faa0ed4d5b2b072c84651b90a2fccd6 (diff)
Imported Upstream version 1.3.90upstream/1.3.90
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure41
1 files changed, 22 insertions, 19 deletions
diff --git a/configure b/configure
index 643d8129..4fad55fa 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GStreamer Bad Plug-ins 1.3.3.
+# Generated by GNU Autoconf 2.69 for GStreamer Bad Plug-ins 1.3.90.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='GStreamer Bad Plug-ins'
PACKAGE_TARNAME='gst-plugins-bad'
-PACKAGE_VERSION='1.3.3'
-PACKAGE_STRING='GStreamer Bad Plug-ins 1.3.3'
+PACKAGE_VERSION='1.3.90'
+PACKAGE_STRING='GStreamer Bad Plug-ins 1.3.90'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -2526,7 +2526,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GStreamer Bad Plug-ins 1.3.3 to adapt to many kinds of systems.
+\`configure' configures GStreamer Bad Plug-ins 1.3.90 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -2601,7 +2601,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer Bad Plug-ins 1.3.3:";;
+ short | recursive ) echo "Configuration of GStreamer Bad Plug-ins 1.3.90:";;
esac
cat <<\_ACEOF
@@ -3215,7 +3215,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer Bad Plug-ins configure 1.3.3
+GStreamer Bad Plug-ins configure 1.3.90
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -4188,7 +4188,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GStreamer Bad Plug-ins $as_me 1.3.3, which was
+It was created by GStreamer Bad Plug-ins $as_me 1.3.90, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5170,7 +5170,7 @@ fi
# Define the identity of the package.
PACKAGE='gst-plugins-bad'
- VERSION='1.3.3'
+ VERSION='1.3.90'
cat >>confdefs.h <<_ACEOF
@@ -5381,9 +5381,9 @@ fi
- PACKAGE_VERSION_MAJOR=$(echo 1.3.3 | cut -d'.' -f1)
- PACKAGE_VERSION_MINOR=$(echo 1.3.3 | cut -d'.' -f2)
- PACKAGE_VERSION_MICRO=$(echo 1.3.3 | cut -d'.' -f3)
+ PACKAGE_VERSION_MAJOR=$(echo 1.3.90 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.3.90 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.3.90 | cut -d'.' -f3)
@@ -5394,7 +5394,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.3.3 | cut -d'.' -f4)
+ NANO=$(echo 1.3.90 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -10051,10 +10051,10 @@ fi
done
- GST_CURRENT=303
+ GST_CURRENT=390
GST_REVISION=0
- GST_AGE=303
- GST_LIBVERSION=303:0:303
+ GST_AGE=390
+ GST_LIBVERSION=390:0:390
@@ -14379,8 +14379,8 @@ CC="$lt_save_CC"
-GST_REQ=1.3.3
-GSTPB_REQ=1.3.3
+GST_REQ=1.3.90
+GSTPB_REQ=1.3.90
@@ -33885,6 +33885,8 @@ if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLES2" = "xyes"; then
"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to include both GL and GLES2 headers" >&5
$as_echo_n "checking whether it is possible to include both GL and GLES2 headers... " >&6; }
+ save_CPPFLAGS="$CPPFLAGS"
+ CPPFLAGS="$CPPFLAGS $ERROR_CFLAGS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$GL_INCLUDES
@@ -33922,6 +33924,7 @@ $as_echo "$as_me: WARNING: Disabling GL|ES 2.0 support" >&2;}
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ CPPFLAGS="$save_CPPFLAGS"
fi
#dnl Check for OpenGL, GLU
@@ -56279,7 +56282,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GStreamer Bad Plug-ins $as_me 1.3.3, which was
+This file was extended by GStreamer Bad Plug-ins $as_me 1.3.90, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -56345,7 +56348,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-GStreamer Bad Plug-ins config.status 1.3.3
+GStreamer Bad Plug-ins config.status 1.3.90
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"