summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-09-30 17:43:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-10 09:54:03 +0100
commit4b469908a15dc3730e75740c106f3ae89ba51b99 (patch)
treea3e7385295abe2bcb034cdbad38c786b70e7b683 /meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch
parenteb709fceacab3ec33f38694d6238b96cb0474848 (diff)
downloadopenembedded-core-4b469908a15dc3730e75740c106f3ae89ba51b99.tar.gz
openembedded-core-4b469908a15dc3730e75740c106f3ae89ba51b99.tar.bz2
openembedded-core-4b469908a15dc3730e75740c106f3ae89ba51b99.tar.xz
openembedded-core-4b469908a15dc3730e75740c106f3ae89ba51b99.zip
gstreamer: upgrade to 0.10.35
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch
new file mode 100644
index 000000000..5d8bb1340
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch
@@ -0,0 +1,19 @@
+# gstreamer: Fix a problem with configure if check has already been built
+# Richard Purdie <rpurdie@linux.intel.com>
+
+Upstream-Status: Inappropriate [configuration]
+
+diff -urN gstreamer-0.10.29-orig/configure.ac gstreamer-0.10.29/configure.ac
+--- gstreamer-0.10.29-orig/configure.ac 2010-06-26 12:49:27.774930773 +0800
++++ gstreamer-0.10.29/configure.ac 2010-06-26 12:51:12.899200233 +0800
+@@ -543,8 +543,10 @@
+ *) BUILD_CHECK=yes ;;
+ esac
+ ])
++
+ dnl bit of a misnomer, but keep the conditional named like this so we don't
+ dnl have to change too much elsewhere
++HAVE_CHECK=no
+ AM_CONDITIONAL(HAVE_CHECK, test "x$BUILD_CHECK" = "xyes")
+
+ dnl configure the desired buffer alignment