diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-25 18:19:00 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-25 18:19:00 +0100 |
commit | c3cdce4e0f733922ec151723c8b4d112ee40ca9d (patch) | |
tree | 46153ba75bf0171868baf551ae2f10799662c2e9 /src/libreal/real_common.c | |
parent | 09d56dfc0728f7a5dc80760c839f9818c8b80a57 (diff) | |
parent | ad65ce16f4583a1ecdf3d3a507a7991c208d6c0c (diff) | |
download | xine-lib-c3cdce4e0f733922ec151723c8b4d112ee40ca9d.tar.gz xine-lib-c3cdce4e0f733922ec151723c8b4d112ee40ca9d.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'src/libreal/real_common.c')
-rw-r--r-- | src/libreal/real_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libreal/real_common.c b/src/libreal/real_common.c index 925a5cc71..22c33aa03 100644 --- a/src/libreal/real_common.c +++ b/src/libreal/real_common.c @@ -83,8 +83,8 @@ void _x_real_codecs_init(xine_t *const xine) { default_real_codecs_path = path; #define try_real_subpath(path) \ try_real_path("/usr/" path) \ - else try_real_path("/usr/local" path) \ - else try_real_path("/opt" path) + else try_real_path("/usr/local/" path) \ + else try_real_path("/opt/" path) /* The priority is for the first found */ try_real_subpath("lib/win32") |