]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- copied gstreamer-plugins-bashish.patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jan 2006 10:15:06 +0000 (10:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad-bashish.patch -> 1.1

gstreamer-plugins-bad-bashish.patch [new file with mode: 0644]

diff --git a/gstreamer-plugins-bad-bashish.patch b/gstreamer-plugins-bad-bashish.patch
new file mode 100644 (file)
index 0000000..5c703a6
--- /dev/null
@@ -0,0 +1,11 @@
+--- gst-plugins-0.8.7/common/m4/gst-feature.m4.orig    2004-09-21 16:16:36.000000000 +0200
++++ gst-plugins-0.8.7/common/m4/gst-feature.m4 2005-01-24 13:28:43.871500536 +0100
+@@ -133,7 +133,7 @@
+     [$1]_CFLAGS=
+     HAVE_[$1]=no
+   else
+-    if [$2] --plugin-libs [$3] &> /dev/null; then
++    if [$2] --plugin-libs [$3] > /dev/null 2> /dev/null; then
+       [$1]_LIBS=`[$2] --plugin-libs [$3]`
+     else
+       [$1]_LIBS=`[$2] --libs [$3]`
This page took 0.034592 seconds and 4 git commands to generate.