SOURCES: vlc-real_codecs_path.patch (NEW) - fix realplay codecs path

charles charles at pld-linux.org
Mon May 8 18:08:40 CEST 2006


Author: charles                      Date: Mon May  8 16:08:40 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix realplay codecs path

---- Files affected:
SOURCES:
   vlc-real_codecs_path.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vlc-real_codecs_path.patch
diff -u /dev/null SOURCES/vlc-real_codecs_path.patch:1.1
--- /dev/null	Mon May  8 18:08:40 2006
+++ SOURCES/vlc-real_codecs_path.patch	Mon May  8 18:08:35 2006
@@ -0,0 +1,15 @@
+--- vlc-0.8.5-test1/modules/codec/realaudio.c.orig	2006-03-10 13:35:43.000000000 +0100
++++ vlc-0.8.5-test1/modules/codec/realaudio.c	2006-03-28 07:46:19.000000000 +0200
+@@ -255,9 +255,9 @@
+     {
+       ".",
+ #ifndef WIN32
+-      "/usr/local/RealPlayer8/Codecs",
+-      "/usr/RealPlayer8/Codecs",
+-      "/usr/lib/RealPlayer8/Codecs",
++      "/usr/lib/realplay/codecs",
++      "/usr/lib64/realplay/codecs",
++      "/usr/lib/codecs",
+       "/opt/RealPlayer8/Codecs",
+       "/usr/lib/RealPlayer9/users/Real/Codecs",
+       "/usr/lib64/RealPlayer8/Codecs",
================================================================


More information about the pld-cvs-commit mailing list