]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/blob - gstreamer-plugins-good-bashish.patch
- outdated
[packages/gstreamer-plugins-good.git] / gstreamer-plugins-good-bashish.patch
1 --- gst-plugins-0.8.7/common/m4/gst-feature.m4.orig     2004-09-21 16:16:36.000000000 +0200
2 +++ gst-plugins-0.8.7/common/m4/gst-feature.m4  2005-01-24 13:28:43.871500536 +0100
3 @@ -133,7 +133,7 @@
4      [$1]_CFLAGS=
5      HAVE_[$1]=no
6    else
7 -    if [$2] --plugin-libs [$3] &> /dev/null; then
8 +    if [$2] --plugin-libs [$3] > /dev/null 2> /dev/null; then
9        [$1]_LIBS=`[$2] --plugin-libs [$3]`
10      else
11        [$1]_LIBS=`[$2] --libs [$3]`
This page took 0.034139 seconds and 3 git commands to generate.