]> git.pld-linux.org Git - packages/vlc.git/blame - vlc-real_codecs_path.patch
- converted to UTF-8
[packages/vlc.git] / vlc-real_codecs_path.patch
CommitLineData
461e22ca
KK
1--- vlc-0.8.5-test1/modules/codec/realaudio.c.orig 2006-03-10 13:35:43.000000000 +0100
2+++ vlc-0.8.5-test1/modules/codec/realaudio.c 2006-03-28 07:46:19.000000000 +0200
3@@ -255,9 +255,9 @@
4 {
5 ".",
6 #ifndef WIN32
7- "/usr/local/RealPlayer8/Codecs",
8- "/usr/RealPlayer8/Codecs",
9- "/usr/lib/RealPlayer8/Codecs",
10+ "/usr/lib/realplay/codecs",
11+ "/usr/lib64/realplay/codecs",
12+ "/usr/lib/codecs",
13 "/opt/RealPlayer8/Codecs",
14 "/usr/lib/RealPlayer9/users/Real/Codecs",
15 "/usr/lib64/RealPlayer8/Codecs",
This page took 0.026498 seconds and 4 git commands to generate.