diff options
author | drochner <drochner@pkgsrc.org> | 2008-05-14 18:32:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-05-14 18:32:04 +0000 |
commit | 461852606eb248c20615d15bde40dec113248fbb (patch) | |
tree | 6cb4b6d739a1c6075cb22756093938f5533e3a68 /multimedia/gst-plugins0.10-bad/patches | |
parent | 60899a11858f22e65faf20a3ae8705c4d5eb27a1 (diff) | |
download | pkgsrc-461852606eb248c20615d15bde40dec113248fbb.tar.gz |
update to 0.10.7
changes:
OSS v4 support
libdc1394 2.0.0 support
AAC support fixes
RTP support improved
New OFA element
SRT subtitle encoder added
Windows Inet support for http/ftp
Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
Fixes in Bayer decoder, replaygain analysis, GSM decoder
DVB/MPEG-TS support improved
NSF decoder updated
'metadata' plugin enhancements
Dirac encoder ported to libschroedinger
mplex element ported to 0.10
VCD/CDXA parser ported to 0.10
Directshow wrapper improvements
'selector' plugin enhancements
souphttpsrc moved to the -good module
Various other fixes and enhancements
Diffstat (limited to 'multimedia/gst-plugins0.10-bad/patches')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/patches/patch-aa | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/multimedia/gst-plugins0.10-bad/patches/patch-aa b/multimedia/gst-plugins0.10-bad/patches/patch-aa index 6251f4edbab..f73846aea9d 100644 --- a/multimedia/gst-plugins0.10-bad/patches/patch-aa +++ b/multimedia/gst-plugins0.10-bad/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2008/02/28 19:36:24 drochner Exp $ +$NetBSD: patch-aa,v 1.3 2008/05/14 18:32:04 drochner Exp $ ---- configure.orig 2008-02-20 23:16:22.000000000 +0100 +--- configure.orig 2008-04-24 01:30:31.000000000 +0200 +++ configure -@@ -29621,7 +29621,7 @@ rm -f core conftest.err conftest.$ac_obj +@@ -30459,7 +30459,7 @@ rm -f core conftest.err conftest.$ac_obj echo "${ECHO_T}$flag_ok" >&6; } @@ -10,13 +10,4 @@ $NetBSD: patch-aa,v 1.2 2008/02/28 19:36:24 drochner Exp $ + if test "x$ERROR_CFLAGS" = "x" then - { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED,no%E_ARGUEMENT_MISMATCH,no%E_MACRO_REDEFINED" >&5 -@@ -29684,7 +29684,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 |