From fe3589528d2cb774de7c0e3166b0e510b4b33662 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sun, 16 Sep 2007 14:21:45 +0100 Subject: 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. --- src/libreal/real_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libreal/real_common.c b/src/libreal/real_common.c index e2a4ee3d6..82a947e7c 100644 --- a/src/libreal/real_common.c +++ b/src/libreal/real_common.c @@ -89,6 +89,8 @@ void _x_real_codecs_init(xine_t *const xine) { /* 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") -- cgit v1.2.3