summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-11-05 01:29:58 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-11-05 01:29:58 +0000
commit170fdd55a128164b019d8fdf5355b14c6ddd67ad (patch)
treef8ae619a8646510a85cbea520b944e9b01f5a13e
parente2aafb0f72934a33a9318faf411c79b4cf170428 (diff)
downloadxine-lib-170fdd55a128164b019d8fdf5355b14c6ddd67ad.tar.gz
xine-lib-170fdd55a128164b019d8fdf5355b14c6ddd67ad.tar.bz2
Add another RealPlayer codecs path.
-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 371ffd246..bcc62122e 100644
--- a/src/libreal/real_common.c
+++ b/src/libreal/real_common.c
@@ -91,6 +91,7 @@ void _x_real_codecs_init(xine_t *const xine) {
else try_real_subpath("lib/codecs")
else try_real_subpath("lib64/real")
else try_real_subpath("lib/real")
+ else try_real_path("/opt/real/RealPlayer/codecs")
else try_real_subpath("lib/RealPlayer10GOLD/codecs")
else try_real_subpath("lib64/RealPlayer10/codecs")
else try_real_subpath("lib/RealPlayer10/codecs")