diff options
-rw-r--r-- | src/libreal/real_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libreal/real_common.c b/src/libreal/real_common.c index 82a947e7c..371ffd246 100644 --- a/src/libreal/real_common.c +++ b/src/libreal/real_common.c @@ -89,6 +89,7 @@ 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("lib64/real") else try_real_subpath("lib/real") else try_real_subpath("lib/RealPlayer10GOLD/codecs") else try_real_subpath("lib64/RealPlayer10/codecs") |