From 9385b9101a80b907e114a9ba403eda3cb9efd5b9 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 10 Sep 2002 14:34:32 +0000 Subject: Humm, after all, xine handle mrl ;-) CVS patchset: 2648 CVS date: 2002/09/10 14:34:32 --- misc/xine-config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/xine-config.in b/misc/xine-config.in index d62e94fa9..f35dc5dad 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -18,7 +18,7 @@ Options: [--cflags] [--plugindir] [--skindir] - [--logofile] + [--logomrl] [--scriptdir] [--desktopdir] [--localedir] @@ -68,8 +68,8 @@ while test $# -gt 0; do --skindir) echo_skindir=yes ;; - --logofile) - echo_logofile=yes + --logomrl) + echo_logomrl=yes ;; --scriptdir) echo_scriptdir=yes @@ -108,8 +108,8 @@ fi if test "$echo_skindir" = "yes"; then echo "@XINE_SKINPATH@" fi -if test "$echo_logofile" = "yes"; then - echo "@XINE_SKINPATH@/xine_logo.mpv" +if test "$echo_logomrl" = "yes"; then + echo "file://@XINE_SKINPATH@/xine_logo.mpv" fi if test "$echo_scriptdir" = "yes"; then echo "@XINE_SCRIPTPATH@" -- cgit v1.2.3