Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > c369b5bc3c979fe2827f15d64ab7dc64 > files > 10

xine-lib-1.1.8-4.7mdv2008.0.src.rpm


# HG changeset patch
# User Anssi Hannula <anssi.hannula@gmail.com>
# Date 1189948905 -3600
# Node ID 8a6468a20b5ad8837098febbdcee4344a4e07dbe
# Parent 6d7250703a09f38b33c86448a2a38520372159eb
add two real codec search paths
The attached patch to xine-lib adds two more real codec search paths.

/usr/lib/real is encountered in PLF packages for Mandriva, and
/usr/lib/RealPlayer10GOLD/codecs is encountered in RealPlayer package of
Mandriva.

--- a/src/libreal/real_common.c	Tue Sep 11 17:07:51 2007 +0100
+++ b/src/libreal/real_common.c	Sun Sep 16 14:21:45 2007 +0100
@@ -89,6 +89,8 @@ void _x_real_codecs_init(xine_t *const x
   /* The priority is for the first found */
   try_real_subpath("lib/win32")
   else try_real_subpath("lib/codecs")
+  else try_real_subpath("lib/real")
+  else try_real_subpath("lib/RealPlayer10GOLD/codecs")
   else try_real_subpath("lib64/RealPlayer10/codecs")
   else try_real_subpath("lib/RealPlayer10/codecs")
   else try_real_subpath("lib64/RealPlayer9/users/Real/Codecs")