pkgsrc/multimedia/gst-plugins0.10-base/patches/patch-aa
drochner 6e84fcde7e update to 0.10.22
changes:
Require gettext 0.17
Replace audioresample with speexresample from -bad
Support new formats in RIFF: uncompressed RGB, WMA lossless, VP6
Move libgstapp and elements from -bad
Support color-key setting and probing for Xv properties
Improve typefinding for various formats
Extend audio sinks for pull-mode operation
Support for more subtitle formats
More development on decode2bin and playbin2
RTP and SDP fixes
Many bug fixes and improvements
2009-01-26 10:39:01 +00:00

27 lines
837 B
Text

$NetBSD: patch-aa,v 1.8 2009/01/26 10:39:01 drochner Exp $
--- configure.orig 2009-01-19 22:24:28.000000000 +0100
+++ configure
@@ -23004,7 +23004,7 @@ rm -f core conftest.err conftest.$ac_obj
echo "${ECHO_T}$flag_ok" >&6; }
- if test "x$ERROR_CFLAGS" == "x"
+ if test "x$ERROR_CFLAGS" = "x"
then
{ echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
@@ -28179,11 +28179,11 @@ echo "${ECHO_T}yes" >&6; }
fi
- if test x$HAVE_LIBVISUAL == xyes; then
+ if test x$HAVE_LIBVISUAL = xyes; then
LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.2`"
fi
else
- if test x$HAVE_LIBVISUAL == xyes; then
+ if test x$HAVE_LIBVISUAL = xyes; then
LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.4`"
fi
fi