aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure142
1 files changed, 20 insertions, 122 deletions
diff --git a/configure b/configure
index 5f32993..522d834 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 Base Plug-ins 1.3.90.
+# Generated by GNU Autoconf 2.69 for GStreamer Base Plug-ins 1.3.91.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='GStreamer Base Plug-ins'
PACKAGE_TARNAME='gst-plugins-base'
-PACKAGE_VERSION='1.3.90'
-PACKAGE_STRING='GStreamer Base Plug-ins 1.3.90'
+PACKAGE_VERSION='1.3.91'
+PACKAGE_STRING='GStreamer Base Plug-ins 1.3.91'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -1762,7 +1762,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 Base Plug-ins 1.3.90 to adapt to many kinds of systems.
+\`configure' configures GStreamer Base Plug-ins 1.3.91 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1838,7 +1838,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer Base Plug-ins 1.3.90:";;
+ short | recursive ) echo "Configuration of GStreamer Base Plug-ins 1.3.91:";;
esac
cat <<\_ACEOF
@@ -2119,7 +2119,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer Base Plug-ins configure 1.3.90
+GStreamer Base Plug-ins configure 1.3.91
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2892,7 +2892,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 Base Plug-ins $as_me 1.3.90, which was
+It was created by GStreamer Base Plug-ins $as_me 1.3.91, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3871,7 +3871,7 @@ fi
# Define the identity of the package.
PACKAGE='gst-plugins-base'
- VERSION='1.3.90'
+ VERSION='1.3.91'
cat >>confdefs.h <<_ACEOF
@@ -4082,9 +4082,9 @@ fi
- 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)
+ PACKAGE_VERSION_MAJOR=$(echo 1.3.91 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.3.91 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.3.91 | cut -d'.' -f3)
@@ -4095,7 +4095,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.3.90 | cut -d'.' -f4)
+ NANO=$(echo 1.3.91 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8744,10 +8744,10 @@ fi
done
- GST_CURRENT=390
+ GST_CURRENT=391
GST_REVISION=0
- GST_AGE=390
- GST_LIBVERSION=390:0:390
+ GST_AGE=391
+ GST_LIBVERSION=391:0:391
@@ -13072,7 +13072,7 @@ CC="$lt_save_CC"
-GST_REQ=1.3.90
+GST_REQ=1.3.91
@@ -30005,110 +30005,8 @@ $as_echo "yes" >&6; }
fi
- if test $HAVE_LIBVISUAL = no
- then
-
- which="libvisual = 0.2.0"
- required="no"
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBVISUAL" >&5
-$as_echo_n "checking for LIBVISUAL... " >&6; }
-
-if test -n "$PKG_CONFIG"; then
- if test -n "$LIBVISUAL_CFLAGS"; then
- pkg_cv_LIBVISUAL_CFLAGS="$LIBVISUAL_CFLAGS"
- else
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$which\""; } >&5
- ($PKG_CONFIG --exists --print-errors "$which") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_LIBVISUAL_CFLAGS=`$PKG_CONFIG --cflags "$which" 2>/dev/null`
-else
- pkg_failed=yes
-fi
- fi
-else
- pkg_failed=untried
-fi
-if test -n "$PKG_CONFIG"; then
- if test -n "$LIBVISUAL_LIBS"; then
- pkg_cv_LIBVISUAL_LIBS="$LIBVISUAL_LIBS"
- else
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$which\""; } >&5
- ($PKG_CONFIG --exists --print-errors "$which") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_LIBVISUAL_LIBS=`$PKG_CONFIG --libs "$which" 2>/dev/null`
-else
- pkg_failed=yes
-fi
- fi
-else
- pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
- _pkg_short_errors_supported=yes
-else
- _pkg_short_errors_supported=no
-fi
- if test $_pkg_short_errors_supported = yes; then
- LIBVISUAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$which"`
- else
- LIBVISUAL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$which"`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$LIBVISUAL_PKG_ERRORS" >&5
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
- HAVE_LIBVISUAL="no"
- if test "x$required" = "xyes"; then
- as_fn_error $? "$LIBVISUAL_PKG_ERRORS" "$LINENO" 5
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: $LIBVISUAL_PKG_ERRORS" >&5
-$as_echo "$as_me: $LIBVISUAL_PKG_ERRORS" >&6;}
- fi
-
-elif test $pkg_failed = untried; then
-
- HAVE_LIBVISUAL="no"
- if test "x$required" = "xyes"; then
- as_fn_error $? "$LIBVISUAL_PKG_ERRORS" "$LINENO" 5
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: $LIBVISUAL_PKG_ERRORS" >&5
-$as_echo "$as_me: $LIBVISUAL_PKG_ERRORS" >&6;}
- fi
-
-else
- LIBVISUAL_CFLAGS=$pkg_cv_LIBVISUAL_CFLAGS
- LIBVISUAL_LIBS=$pkg_cv_LIBVISUAL_LIBS
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
- HAVE_LIBVISUAL="yes"
-
-fi
-
-
- if test x$HAVE_LIBVISUAL = xyes; then
- LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.2`"
- fi
- else
- if test x$HAVE_LIBVISUAL = xyes; then
- LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.4`"
- fi
+ if test x$HAVE_LIBVISUAL = xyes; then
+ LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.4`"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: libvisual pluginsdir: $LIBVIS_PLUGINSDIR" >&5
$as_echo "$as_me: libvisual pluginsdir: $LIBVIS_PLUGINSDIR" >&6;}
@@ -32433,7 +32331,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 Base Plug-ins $as_me 1.3.90, which was
+This file was extended by GStreamer Base Plug-ins $as_me 1.3.91, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -32499,7 +32397,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 Base Plug-ins config.status 1.3.90
+GStreamer Base Plug-ins config.status 1.3.91
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"