repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
multimedia
/
xine-lib
/
patches
/
patch-cb
blob
818c5513eeca14dca2df6a38a357d1721e655f24
1
$NetBSD$
2
3
--- src/libw32dll/common.c.orig 2009-11-30 21:55:55.000000000 +0100
4
+++ src/libw32dll/common.c
5
@@ -6,10 +6,7 @@ static char *get_win32_codecs_path(confi
6
DIR *dir;
7
char *path, *cfgpath;
8
char *listpath[] = { "",
9
- "/usr/lib/codecs",
10
- "/usr/local/lib/codecs",
11
- "/usr/lib/win32",
12
- "/usr/local/lib/win32",
13
+ "@W32PATH@",
14
NULL };
15
int i = 0;
16