summaryrefslogtreecommitdiff
path: root/multimedia/vlc/patches/patch-configure
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-10-07 19:13:19 +0000
committerdrochner <drochner@pkgsrc.org>2011-10-07 19:13:19 +0000
commit7f36c05234b677887f80bee50d05d5f1ed9fcc82 (patch)
tree81330db46e966b96bfce7923f8c15eb47228be32 /multimedia/vlc/patches/patch-configure
parentb03400a39e6891acc4f39ddfbdde0102b0188632 (diff)
downloadpkgsrc-7f36c05234b677887f80bee50d05d5f1ed9fcc82.tar.gz
update to 1.1.2
changes: -improvements for audio output on MacOS and with PulseAudio -security fix for HTTP and RTSP server components (was patched in pkgsrc)
Diffstat (limited to 'multimedia/vlc/patches/patch-configure')
-rw-r--r--multimedia/vlc/patches/patch-configure49
1 files changed, 0 insertions, 49 deletions
diff --git a/multimedia/vlc/patches/patch-configure b/multimedia/vlc/patches/patch-configure
deleted file mode 100644
index adf3093a75e..00000000000
--- a/multimedia/vlc/patches/patch-configure
+++ /dev/null
@@ -1,49 +0,0 @@
-$NetBSD: patch-configure,v 1.6 2011/01/24 18:54:04 drochner Exp $
-
---- configure.orig 2010-11-12 08:01:11.000000000 +0900
-+++ configure 2011-01-04 22:57:48.000000000 +0900
-@@ -32744,7 +32744,7 @@
- echo "$LIBVA_PKG_ERRORS" >&5
-
-
-- if test "${enable_libva}" == "yes"; then :
-+ if test "${enable_libva}" = "yes"; then :
- as_fn_error $? "Could not find required libva." "$LINENO" 5
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva not found " >&5
-@@ -32755,7 +32755,7 @@
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
-
-- if test "${enable_libva}" == "yes"; then :
-+ if test "${enable_libva}" = "yes"; then :
- as_fn_error $? "Could not find required libva." "$LINENO" 5
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva not found " >&5
-@@ -32805,7 +32805,7 @@
-
- else
-
-- if test "${enable_libva}" == "yes"; then :
-+ if test "${enable_libva}" = "yes"; then :
- as_fn_error $? "libva is present but libavcodec/vaapi.h is missing" "$LINENO" 5
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva is present but libavcodec/vaapi.h is missing " >&5
-@@ -32879,7 +32879,7 @@
-
- else
-
-- if test "${enable_dxva2}" == "yes"; then :
-+ if test "${enable_dxva2}" = "yes"; then :
- as_fn_error $? "dxva2 is present but libavcodec/dxva2.h is missing" "$LINENO" 5
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dxva2 is present but libavcodec/dxva2.h is missing " >&5
-@@ -32893,7 +32893,7 @@
-
- else
-
-- if test "${enable_dxva2}" == "yes"; then :
-+ if test "${enable_dxva2}" = "yes"; then :
- as_fn_error $? "Could not find required dxva2api.h" "$LINENO" 5
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dxva2api.h not found" >&5