# HG changeset patch
# User Darren Salt <[EMAIL PROTECTED]>
# Date 1181170132 -3600
# Node ID d485eaf6e47f355b34139b5eb5cba2f98baf1226
# Parent  03b68e42588c0bcc8f5034523edf152bbaa36745
Fix RealPlayer codec detection and a nearby logging build failure. Both typos.

diff -r d485eaf6e47f355b34139b5eb5cba2f98baf1226 -r 
03b68e42588c0bcc8f5034523edf152bbaa36745 src/libreal/real_common.c
--- a/src/libreal/real_common.c Wed Jun 06 23:48:52 2007 +0100
+++ b/src/libreal/real_common.c Wed Jun 06 17:38:06 2007 +0100
@@ -79,7 +79,7 @@ void _x_real_codecs_init(xine_t *const x
   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 x
                                       "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,

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to