aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure85
1 files changed, 31 insertions, 54 deletions
diff --git a/configure b/configure
index f983fd7..75620d5 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 Ugly Plug-ins 1.2.3.
+# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.2.4.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='GStreamer Ugly Plug-ins'
PACKAGE_TARNAME='gst-plugins-ugly'
-PACKAGE_VERSION='1.2.3'
-PACKAGE_STRING='GStreamer Ugly Plug-ins 1.2.3'
+PACKAGE_VERSION='1.2.4'
+PACKAGE_STRING='GStreamer Ugly Plug-ins 1.2.4'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -1647,7 +1647,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 Ugly Plug-ins 1.2.3 to adapt to many kinds of systems.
+\`configure' configures GStreamer Ugly Plug-ins 1.2.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1719,7 +1719,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 1.2.3:";;
+ short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 1.2.4:";;
esac
cat <<\_ACEOF
@@ -1950,7 +1950,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer Ugly Plug-ins configure 1.2.3
+GStreamer Ugly Plug-ins configure 1.2.4
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2856,7 +2856,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 Ugly Plug-ins $as_me 1.2.3, which was
+It was created by GStreamer Ugly Plug-ins $as_me 1.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3835,7 +3835,7 @@ fi
# Define the identity of the package.
PACKAGE='gst-plugins-ugly'
- VERSION='1.2.3'
+ VERSION='1.2.4'
cat >>confdefs.h <<_ACEOF
@@ -4045,9 +4045,10 @@ END
fi
- PACKAGE_VERSION_MAJOR=$(echo 1.2.3 | cut -d'.' -f1)
- PACKAGE_VERSION_MINOR=$(echo 1.2.3 | cut -d'.' -f2)
- PACKAGE_VERSION_MICRO=$(echo 1.2.3 | cut -d'.' -f3)
+
+ PACKAGE_VERSION_MAJOR=$(echo 1.2.4 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.2.4 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.2.4 | cut -d'.' -f3)
@@ -4058,7 +4059,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.2.3 | cut -d'.' -f4)
+ NANO=$(echo 1.2.4 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -7529,7 +7530,7 @@ ia64-*-hpux*)
rm -rf conftest*
;;
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
@@ -7554,7 +7555,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
;;
esac
;;
- ppc64-*linux*|powerpc64-*linux*)
+ powerpc64le-*)
+ LD="${LD-ld} -m elf32lppclinux"
+ ;;
+ powerpc64-*)
LD="${LD-ld} -m elf32ppclinux"
;;
s390x-*linux*)
@@ -7573,7 +7577,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-*linux*)
LD="${LD-ld} -m elf_x86_64"
;;
- ppc*-*linux*|powerpc*-*linux*)
+ powerpcle-*)
+ LD="${LD-ld} -m elf64lppc"
+ ;;
+ powerpc-*)
LD="${LD-ld} -m elf64ppc"
;;
s390*-*linux*|s390*-*tpf*)
@@ -8701,10 +8708,10 @@ fi
done
- GST_CURRENT=203
+ GST_CURRENT=204
GST_REVISION=0
- GST_AGE=203
- GST_LIBVERSION=203:0:203
+ GST_AGE=204
+ GST_LIBVERSION=204:0:204
@@ -25130,7 +25137,7 @@ else
fi
-if test x$a52dec_config_prefix = x ; then
+if test "x$a52dec_config_prefix" = "x" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a52_init in -la52" >&5
$as_echo_n "checking for a52_init in -la52... " >&6; }
@@ -25269,7 +25276,7 @@ fi
fi
-if test $HAVE_A52DEC = "yes"; then
+if test "x$HAVE_A52DEC" = "xyes"; then
ac_save_CFLAGS="$CFLAGS"
ac_save_LIBS="$LIBS"
CFLAGS="$CFLAGS $A52DEC_CFLAGS"
@@ -25307,44 +25314,14 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
fi
- if test HAVE_A52DEC = "no"; then
+ if test "x$HAVE_A52DEC" = "xno"; then
echo "*** Your a52dec is borked somehow. Please update to 0.7.4 or newer."
- else
- if test "$cross_compiling" = yes; then :
- echo $ac_n "cross compiling; assumed OK... $ac_c"
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#include <inttypes.h>
-#include <a52dec/a52.h>
-
-int
-main ()
-{
- int i = sizeof (a52_state_t);
- if ( i )
- return 0;
-}
-
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
- HAVE_A52DEC=no
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
-
- if test HAVE_A52DEC = "no"; then
- echo "*** Your a52dec is too old. Please update to 0.7.4 or newer."
- fi
fi
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"
fi
-if test HAVE_A52DEC = "no"; then
+if test "x$HAVE_A52DEC" = "xno"; then
A52DEC_CFLAGS=""
A52DEC_LIBS=""
fi
@@ -28137,7 +28114,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 Ugly Plug-ins $as_me 1.2.3, which was
+This file was extended by GStreamer Ugly Plug-ins $as_me 1.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -28203,7 +28180,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 Ugly Plug-ins config.status 1.2.3
+GStreamer Ugly Plug-ins config.status 1.2.4
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"