diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-09-23 02:10:45 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-09-23 02:10:45 +0100 |
commit | e17ae210c7f5f06c4c79efd5f35d6ebad36aa651 (patch) | |
tree | 2984139d2bb2cbbba923e629cf2d0fd3439be8a7 /src/libreal/real_common.c | |
parent | 7360581b96550b66824053a9fc8903602a4db7a8 (diff) | |
parent | 11c825b340cc7ac470e32b992aa64cf3ec50b4ce (diff) | |
download | xine-lib-e17ae210c7f5f06c4c79efd5f35d6ebad36aa651.tar.gz xine-lib-e17ae210c7f5f06c4c79efd5f35d6ebad36aa651.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'src/libreal/real_common.c')
-rw-r--r-- | src/libreal/real_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
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") |