summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@gmail.com>2007-10-08 22:15:12 +0100
committerAnssi Hannula <anssi.hannula@gmail.com>2007-10-08 22:15:12 +0100
commit88feee33f235ca9e5f491bd6f2170c20cda2865a (patch)
tree9a8ae1606fcb98e0432ead2b71bdcfd6d671dda4
parentedadcb8edb2b0cff8d7408186d581065ea4fe3a6 (diff)
downloadxine-lib-88feee33f235ca9e5f491bd6f2170c20cda2865a.tar.gz
xine-lib-88feee33f235ca9e5f491bd6f2170c20cda2865a.tar.bz2
add lib64/real into the real codec paths
I managed to miss one from my earlier patch, though I could've sworn I checked this. Add (prefix)/lib64/real into the real codec path list. It is encountered in the 64bit PLF Mandriva real-codecs package.
-rw-r--r--src/libreal/real_common.c1
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")