aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-08-30 11:00:43 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-08-30 11:00:43 +0200
commit34fa7d911ab3d276e635c6cd6b53a5415f8aff6f (patch)
tree596b9641ab3333ee28c0d82df5d163480bbf7b35
parentb138dde2fe5885f5ab946b9ee621b514b8002264 (diff)
Imported Upstream version 1.0.10upstream/1.0.10
-rw-r--r--ChangeLog22
-rw-r--r--Makefile.in2
-rw-r--r--NEWS6
-rw-r--r--aclocal.m41
-rw-r--r--common/Makefile.in2
-rw-r--r--common/m4/Makefile.in2
-rwxr-xr-xconfigure97
-rw-r--r--configure.ac15
-rw-r--r--docs/Makefile.in2
-rw-r--r--ext/Makefile.in2
-rw-r--r--ext/libav/Makefile.in2
-rw-r--r--ext/libswscale/Makefile.in2
-rw-r--r--gst-libav.doap10
-rw-r--r--gst-libav.spec2
-rw-r--r--gst-libs/Makefile.in2
-rw-r--r--gst-libs/ext/Makefile.in2
-rw-r--r--tests/Makefile.in2
-rw-r--r--tests/check/Makefile.in2
-rw-r--r--tests/files/Makefile.in2
19 files changed, 75 insertions, 102 deletions
diff --git a/ChangeLog b/ChangeLog
index 728bed2..15eea18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,27 @@
+=== release 1.0.10 ===
+
+2013-08-28 Tim-Philipp Müller <tim@centricular.net>
+
+ * configure.ac:
+ releasing 1.0.10
+
+2013-08-22 14:56:11 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ configure: Fix bz2 configure check for Windows
+ Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2.
+ https://bugzilla.gnome.org/show_bug.cgi?id=465924
+
=== release 1.0.9 ===
-2013-07-30 Tim-Philipp Müller <tim@centricular.net>
+2013-07-30 13:49:56 +0100 Tim-Philipp Müller <tim@centricular.net>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.0.9
+ * gst-libav.doap:
+ Release 1.0.9
2013-07-19 09:45:24 +0200 Sebastian Dröge <slomo@circular-chaos.org>
diff --git a/Makefile.in b/Makefile.in
index 258e29d..2902b6d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,7 +83,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -232,7 +231,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/NEWS b/NEWS
index 3dcf520..e9cc3ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-This is GStreamer Libav Plugins 1.0.9
+This is GStreamer Libav Plugins 1.0.10
+
+Changes since 1.0.9:
+
+ * Fix bz2 configure check for Windows
Changes since 1.0.8:
diff --git a/aclocal.m4 b/aclocal.m4
index 69457cb..cb4466e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1132,7 +1132,6 @@ m4_include([common/m4/gst-args.m4])
m4_include([common/m4/gst-check.m4])
m4_include([common/m4/gst-doc.m4])
m4_include([common/m4/gst-error.m4])
-m4_include([common/m4/gst-feature.m4])
m4_include([common/m4/gst-platform.m4])
m4_include([common/m4/gst-plugin-docs.m4])
m4_include([common/m4/gst-plugindir.m4])
diff --git a/common/Makefile.in b/common/Makefile.in
index 7a645f9..8342804 100644
--- a/common/Makefile.in
+++ b/common/Makefile.in
@@ -66,7 +66,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -200,7 +199,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/common/m4/Makefile.in b/common/m4/Makefile.in
index aad5e9f..2e90703 100644
--- a/common/m4/Makefile.in
+++ b/common/m4/Makefile.in
@@ -66,7 +66,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -160,7 +159,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/configure b/configure
index 8a0f76f..4874615 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 libav 1.0.9.
+# Generated by GNU Autoconf 2.69 for GStreamer libav 1.0.10.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='GStreamer libav'
PACKAGE_TARNAME='gst-libav'
-PACKAGE_VERSION='1.0.9'
-PACKAGE_STRING='GStreamer libav 1.0.9'
+PACKAGE_VERSION='1.0.10'
+PACKAGE_STRING='GStreamer libav 1.0.10'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -655,7 +655,6 @@ GST_LIBAV_ENABLE_LGPL_FALSE
GST_LIBAV_ENABLE_LGPL_TRUE
HAVE_BZ2_FALSE
HAVE_BZ2_TRUE
-HAVE_BZ2
DARWIN_LDFLAGS
GST_PLUGIN_LDFLAGS
GST_ALL_LDFLAGS
@@ -1511,7 +1510,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 libav 1.0.9 to adapt to many kinds of systems.
+\`configure' configures GStreamer libav 1.0.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1582,7 +1581,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer libav 1.0.9:";;
+ short | recursive ) echo "Configuration of GStreamer libav 1.0.10:";;
esac
cat <<\_ACEOF
@@ -1745,7 +1744,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer libav configure 1.0.9
+GStreamer libav configure 1.0.10
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2160,7 +2159,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 libav $as_me 1.0.9, which was
+It was created by GStreamer libav $as_me 1.0.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3090,7 +3089,7 @@ fi
# Define the identity of the package.
PACKAGE='gst-libav'
- VERSION='1.0.9'
+ VERSION='1.0.10'
cat >>confdefs.h <<_ACEOF
@@ -3213,9 +3212,9 @@ $as_echo "$am_cv_prog_tar_ustar" >&6; }
- PACKAGE_VERSION_MAJOR=$(echo 1.0.9 | cut -d'.' -f1)
- PACKAGE_VERSION_MINOR=$(echo 1.0.9 | cut -d'.' -f2)
- PACKAGE_VERSION_MICRO=$(echo 1.0.9 | cut -d'.' -f3)
+ PACKAGE_VERSION_MAJOR=$(echo 1.0.10 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.0.10 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.0.10 | cut -d'.' -f3)
@@ -3226,7 +3225,7 @@ $as_echo "$am_cv_prog_tar_ustar" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.0.9 | cut -d'.' -f4)
+ NANO=$(echo 1.0.10 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -7813,10 +7812,10 @@ fi
done
- GST_CURRENT=8
+ GST_CURRENT=9
GST_REVISION=0
- GST_AGE=8
- GST_LIBVERSION=8:0:8
+ GST_AGE=9
+ GST_LIBVERSION=9:0:9
@@ -16714,70 +16713,32 @@ case $host_os in
esac
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzlibVersion in -lbz2" >&5
+save_LIBS=$LIBS
+LIBS="$LIBS -lbz2"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzlibVersion in -lbz2" >&5
$as_echo_n "checking for BZ2_bzlibVersion in -lbz2... " >&6; }
-if ${ac_cv_lib_bz2_BZ2_bzlibVersion+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lbz2 $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char BZ2_bzlibVersion ();
+#include <bzlib.h>
int
main ()
{
-return BZ2_bzlibVersion ();
+const char *version = BZ2_bzlibVersion ();
;
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_bz2_BZ2_bzlibVersion=yes
-else
- ac_cv_lib_bz2_BZ2_bzlibVersion=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bz2_BZ2_bzlibVersion" >&5
-$as_echo "$ac_cv_lib_bz2_BZ2_bzlibVersion" >&6; }
-if test "x$ac_cv_lib_bz2_BZ2_bzlibVersion" = xyes; then :
HAVE_BZ2=yes
else
HAVE_BZ2=no
fi
-
- if test "x$HAVE_BZ2" = "xyes"; then
- ac_fn_c_check_header_mongrel "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_bzlib_h" = xyes; then :
- :
-else
- HAVE_BZ2=no
-fi
-
-
- if test "x$HAVE_BZ2" = "xyes"; then
- have_bz2=yes
- else
- have_bz2=no
- fi
- else
- have_bz2=no
- fi
-
-
-
- if test "x$have_bz2" = "xyes"; then
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_BZ2" >&5
+$as_echo "$HAVE_BZ2" >&6; }
+LIBS=$save_LIBS
+ if test "x$HAVE_BZ2" = "xyes"; then
HAVE_BZ2_TRUE=
HAVE_BZ2_FALSE='#'
else
@@ -16785,7 +16746,7 @@ else
HAVE_BZ2_FALSE=
fi
-if test "x$have_bz2" = "xno"; then
+if test "x$HAVE_BZ2" = "xno"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libbz2 not found, matroska demuxer will not be able to read bz2 tracks" >&5
$as_echo "$as_me: WARNING: libbz2 not found, matroska demuxer will not be able to read bz2 tracks" >&2;}
fi
@@ -17890,7 +17851,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 libav $as_me 1.0.9, which was
+This file was extended by GStreamer libav $as_me 1.0.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17956,7 +17917,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 libav config.status 1.0.9
+GStreamer libav config.status 1.0.10
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index ba6cf45..f36e937 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer libav, 1.0.9,
+AC_INIT(GStreamer libav, 1.0.10,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -42,7 +42,7 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 8, 0, 8)
+AS_LIBTOOL(GST, 9, 0, 9)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.0.0
@@ -220,9 +220,14 @@ esac
AC_SUBST(DARWIN_LDFLAGS)
dnl *** Check for bz2
-AG_GST_CHECK_LIBHEADER(BZ2, bz2, BZ2_bzlibVersion, , bzlib.h, have_bz2=yes, have_bz2=no)
-AM_CONDITIONAL(HAVE_BZ2, test "x$have_bz2" = "xyes")
-if test "x$have_bz2" = "xno"; then
+save_LIBS=$LIBS
+LIBS="$LIBS -lbz2"
+AC_MSG_CHECKING([for BZ2_bzlibVersion in -lbz2])
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <bzlib.h>]], [[const char *version = BZ2_bzlibVersion ();]])],[HAVE_BZ2=yes],[HAVE_BZ2=no])
+AC_MSG_RESULT($HAVE_BZ2)
+LIBS=$save_LIBS
+AM_CONDITIONAL(HAVE_BZ2, test "x$HAVE_BZ2" = "xyes")
+if test "x$HAVE_BZ2" = "xno"; then
AC_WARN([libbz2 not found, matroska demuxer will not be able to read bz2 tracks])
fi
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 4eb5f28..f627c29 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -67,7 +67,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -200,7 +199,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/ext/Makefile.in b/ext/Makefile.in
index 5e0aa9d..8aa76e8 100644
--- a/ext/Makefile.in
+++ b/ext/Makefile.in
@@ -66,7 +66,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -200,7 +199,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/ext/libav/Makefile.in b/ext/libav/Makefile.in
index b1dda6f..d2b9b58 100644
--- a/ext/libav/Makefile.in
+++ b/ext/libav/Makefile.in
@@ -76,7 +76,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -238,7 +237,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/ext/libswscale/Makefile.in b/ext/libswscale/Makefile.in
index fa81a67..70354de 100644
--- a/ext/libswscale/Makefile.in
+++ b/ext/libswscale/Makefile.in
@@ -73,7 +73,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -228,7 +227,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/gst-libav.doap b/gst-libav.doap
index fa214a8..ba9a7cd 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.0.10</revision>
+ <branch>1.0</branch>
+ <name></name>
+ <created>2013-08-28</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.10.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.0.9</revision>
<branch>1.0</branch>
<name></name>
diff --git a/gst-libav.spec b/gst-libav.spec
index f9a7745..d7c0ba3 100644
--- a/gst-libav.spec
+++ b/gst-libav.spec
@@ -4,7 +4,7 @@
%define gst_majorminor 1.0
Name: %{gstreamer}-libav
-Version: 1.0.9
+Version: 1.0.10
Release: 1
Summary: GStreamer Streaming-media framework plug-in using libav (FFmpeg).
Group: Libraries/Multimedia
diff --git a/gst-libs/Makefile.in b/gst-libs/Makefile.in
index 58d829a..c5f030b 100644
--- a/gst-libs/Makefile.in
+++ b/gst-libs/Makefile.in
@@ -66,7 +66,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -200,7 +199,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/gst-libs/ext/Makefile.in b/gst-libs/ext/Makefile.in
index 8731085..f4ee088 100644
--- a/gst-libs/ext/Makefile.in
+++ b/gst-libs/ext/Makefile.in
@@ -76,7 +76,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -209,7 +208,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 20ddfa7..0049b90 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -66,7 +66,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -199,7 +198,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/tests/check/Makefile.in b/tests/check/Makefile.in
index e3f346c..87856b2 100644
--- a/tests/check/Makefile.in
+++ b/tests/check/Makefile.in
@@ -72,7 +72,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -214,7 +213,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@
diff --git a/tests/files/Makefile.in b/tests/files/Makefile.in
index 770272b..3a4771d 100644
--- a/tests/files/Makefile.in
+++ b/tests/files/Makefile.in
@@ -66,7 +66,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/gst-check.m4 \
$(top_srcdir)/common/m4/gst-doc.m4 \
$(top_srcdir)/common/m4/gst-error.m4 \
- $(top_srcdir)/common/m4/gst-feature.m4 \
$(top_srcdir)/common/m4/gst-platform.m4 \
$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
$(top_srcdir)/common/m4/gst-plugindir.m4 \
@@ -160,7 +159,6 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
-HAVE_BZ2 = @HAVE_BZ2@
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
HAVE_DVIPS = @HAVE_DVIPS@