summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-good-fix-pkgconfig.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-23 15:59:42 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-23 15:59:42 (GMT)
commit1f1be6d2ac6d2ab6ac799b38aeb8d9a6664bbe74 (patch)
tree231492586425248c39efedeae4f5b15326ef8b3c /src/gst-plugins-good-fix-pkgconfig.patch
parentb51556ae0c94269248549f04a1b2ce33cb132b38 (diff)
downloadmxe-1f1be6d2ac6d2ab6ac799b38aeb8d9a6664bbe74.zip
mxe-1f1be6d2ac6d2ab6ac799b38aeb8d9a6664bbe74.tar.gz
mxe-1f1be6d2ac6d2ab6ac799b38aeb8d9a6664bbe74.tar.bz2
bugfix patch to use the correct pkg-config for package gst-plugins-good
Diffstat (limited to 'src/gst-plugins-good-fix-pkgconfig.patch')
-rw-r--r--src/gst-plugins-good-fix-pkgconfig.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gst-plugins-good-fix-pkgconfig.patch b/src/gst-plugins-good-fix-pkgconfig.patch
new file mode 100644
index 0000000..05986e3
--- /dev/null
+++ b/src/gst-plugins-good-fix-pkgconfig.patch
@@ -0,0 +1,15 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+diff -ru gst-plugins-good-0.10.18.orig/configure.ac gst-plugins-good-0.10.18/configure.ac
+--- gst-plugins-good-0.10.18.orig/configure.ac 2010-02-10 23:46:02.000000000 +0100
++++ gst-plugins-good-0.10.18/configure.ac 2010-02-23 16:53:57.000000000 +0100
+@@ -216,7 +216,7 @@
+ AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
+ AG_GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ], yes)
+
+-GST_TOOLS_DIR=`pkg-config --variable=toolsdir gstreamer-$GST_MAJORMINOR`
++GST_TOOLS_DIR=`$PKG_CONFIG --variable=toolsdir gstreamer-$GST_MAJORMINOR`
+ if test -z $GST_TOOLS_DIR; then
+ AC_MSG_ERROR([no tools dir defined in GStreamer pkg-config file; core upgrade needed.])
+ fi