summaryrefslogtreecommitdiffstats
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 10:00:09 +0100
commitd90119a25e5b8216467a11c356f0e09844b31511 (patch)
tree32173f2ff3ffc850eea2d6cca5369dd6ca133da7 /meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch
parent2542b2f28fddadcc79824b72703167b6203d824f (diff)
downloadpoky-d90119a25e5b8216467a11c356f0e09844b31511.tar.gz
gstreamer: upgrade to 0.10.35
(From OE-Core rev: 4b469908a15dc3730e75740c106f3ae89ba51b99) 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 0000000000..5d8bb13403
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.35/check_fix.patch
@@ -0,0 +1,19 @@
1# gstreamer: Fix a problem with configure if check has already been built
2# Richard Purdie <rpurdie@linux.intel.com>
3
4Upstream-Status: Inappropriate [configuration]
5
6diff -urN gstreamer-0.10.29-orig/configure.ac gstreamer-0.10.29/configure.ac
7--- gstreamer-0.10.29-orig/configure.ac 2010-06-26 12:49:27.774930773 +0800
8+++ gstreamer-0.10.29/configure.ac 2010-06-26 12:51:12.899200233 +0800
9@@ -543,8 +543,10 @@
10 *) BUILD_CHECK=yes ;;
11 esac
12 ])
13+
14 dnl bit of a misnomer, but keep the conditional named like this so we don't
15 dnl have to change too much elsewhere
16+HAVE_CHECK=no
17 AM_CONDITIONAL(HAVE_CHECK, test "x$BUILD_CHECK" = "xyes")
18
19 dnl configure the desired buffer alignment