diff options
author | nia <nia@pkgsrc.org> | 2020-11-16 12:15:28 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-16 12:15:28 +0000 |
commit | 9360a1d2226dd27c99bf4426702dffc497d53aaa (patch) | |
tree | 6783d76e137d8aa5a1cce7debf13518b8005ddb6 /multimedia/xine-lib/patches/patch-cb | |
parent | 6d27aeecdb165c65c392a43fe8f099da4de034d9 (diff) | |
download | pkgsrc-9360a1d2226dd27c99bf4426702dffc497d53aaa.tar.gz |
xine-lib: Disable w32dll decoder plugin, it's i386-only and broken.
If you have an obscure multimedia file which needs a 32-bit binary
Windows codec to play you're probably better off converting it in
a VM these days.
While here, delint.
Diffstat (limited to 'multimedia/xine-lib/patches/patch-cb')
-rw-r--r-- | multimedia/xine-lib/patches/patch-cb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/multimedia/xine-lib/patches/patch-cb b/multimedia/xine-lib/patches/patch-cb deleted file mode 100644 index e6263410dd3..00000000000 --- a/multimedia/xine-lib/patches/patch-cb +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-cb,v 1.5 2014/05/18 15:38:18 wiz Exp $ - -Adapt path to win32 codecs for pkgsrc. - ---- src/libw32dll/common.c.orig 2014-03-11 13:28:30.000000000 +0000 -+++ src/libw32dll/common.c -@@ -6,10 +6,7 @@ static const char *get_win32_codecs_path - DIR *dir; - const char *path, *cfgpath; - const char * const listpath[] = { "", -- "/usr/lib/codecs", -- "/usr/local/lib/codecs", -- "/usr/lib/win32", -- "/usr/local/lib/win32", -+ "@W32PATH@", - NULL }; - int i = 0; - |