summaryrefslogtreecommitdiff
path: root/src/libreal/real_common.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-08 17:39:17 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-08 17:39:17 +0200
commit2b73f39cd20c2b3ef464f54b2b3c57da0c4b76c0 (patch)
tree5053b8e1cf3118a79e45cb50520a4755cfb44068 /src/libreal/real_common.c
parent800682ecc936445468fb411c636255b43e07db3b (diff)
parentfca22c4c40cadf529409cae24ed00eb84f3547bc (diff)
downloadxine-lib-2b73f39cd20c2b3ef464f54b2b3c57da0c4b76c0.tar.gz
xine-lib-2b73f39cd20c2b3ef464f54b2b3c57da0c4b76c0.tar.bz2
Merge 1.2.
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,