summaryrefslogtreecommitdiff
path: root/src/libreal/real_common.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-08 01:40:48 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-08 01:40:48 +0100
commitfca22c4c40cadf529409cae24ed00eb84f3547bc (patch)
tree7779dba2e02107393b67a2b9a3f5553cb11cbedb /src/libreal/real_common.c
parent9a5c7569df986181a089c33fbd4eeae0122a512d (diff)
parent9043d0680a6e15ab0058e8cabc48610de50cc29a (diff)
downloadxine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.gz
xine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.bz2
Merge from 1.1.
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 22c33aa03..e2a4ee3d6 100644
--- a/src/libreal/real_common.c
+++ b/src/libreal/real_common.c
@@ -79,7 +79,7 @@ void _x_real_codecs_init(xine_t *const xine) {
struct stat s;
#define try_real_path(path) \
- if (!stat (path "/dvrc.so", &s)) \
+ if (!stat (path "/drvc.so", &s)) \
default_real_codecs_path = path;
#define try_real_subpath(path) \
try_real_path("/usr/" path) \
@@ -114,7 +114,7 @@ void _x_real_codecs_init(xine_t *const xine) {
"how to install the codecs."),
10, NULL, NULL);
- lprintf ("real codecs path : %s\n", real_codec_path);
+ lprintf ("real codecs path : %s\n", real_codecs_path);
}
void *_x_real_codec_open(xine_stream_t *const stream, const char *const path,