summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch
new file mode 100644
index 0000000000..72c3f6407e
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch
@@ -0,0 +1,17 @@
1# gstreamer: Fix a problem with configure if check has already been built
2# Richard Purdie <rpurdie@linux.intel.com>
3
4diff -urN gstreamer-0.10.29-orig/configure.ac gstreamer-0.10.29/configure.ac
5--- gstreamer-0.10.29-orig/configure.ac 2010-06-26 12:49:27.774930773 +0800
6+++ gstreamer-0.10.29/configure.ac 2010-06-26 12:51:12.899200233 +0800
7@@ -543,8 +543,10 @@
8 *) BUILD_CHECK=yes ;;
9 esac
10 ])
11+
12 dnl bit of a misnomer, but keep the conditional named like this so we don't
13 dnl have to change too much elsewhere
14+HAVE_CHECK=no
15 AM_CONDITIONAL(HAVE_CHECK, test "x$BUILD_CHECK" = "xyes")
16
17 dnl configure the desired buffer alignment