summaryrefslogtreecommitdiff
path: root/src/libreal/real_common.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-02 21:51:16 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-02 21:51:16 +0200
commitc81f80094b17f05a3e526893a9a21cc9fea87638 (patch)
tree8e023928924b4708aa484cf2ff56e50d644be3bc /src/libreal/real_common.c
parent427e9e3beba63e05f5d158336e767bcf55f8c3ae (diff)
parentad65ce16f4583a1ecdf3d3a507a7991c208d6c0c (diff)
downloadxine-lib-c81f80094b17f05a3e526893a9a21cc9fea87638.tar.gz
xine-lib-c81f80094b17f05a3e526893a9a21cc9fea87638.tar.bz2
Merge changes.
Diffstat (limited to 'src/libreal/real_common.c')
-rw-r--r--src/libreal/real_common.c4
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")