diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 6 | ||||
-rw-r--r-- | misc/xine-config.in | 7 |
2 files changed, 1 insertions, 12 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 3213f21df..851c13bd2 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -7,11 +7,7 @@ EXTRA_DIST = autogen.sh \ vga.xinefont.gz \ xine-fontconv.c \ xine-lib.spec.in \ - xine-lib.spec \ - xine_logo.mpv - -datadir = $(XINE_DATADIR) -data_DATA = xine_logo.mpv + xine-lib.spec bin_SCRIPTS = xine-config diff --git a/misc/xine-config.in b/misc/xine-config.in index c1ac67532..5abcbaf0e 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -19,7 +19,6 @@ Options: [--cflags] [--plugindir] [--datadir] - [--logomrl] [--scriptdir] [--desktopdir] [--localedir] @@ -72,9 +71,6 @@ while test $# -gt 0; do --datadir) echo_datadir=yes ;; - --logomrl) - echo_logomrl=yes - ;; --scriptdir) echo_scriptdir=yes ;; @@ -116,9 +112,6 @@ fi if test "$echo_datadir" = "yes"; then echo "@XINE_DATADIR@" fi -if test "$echo_logomrl" = "yes"; then - echo "file://@XINE_DATADIR@/xine_logo.mpv" -fi if test "$echo_scriptdir" = "yes"; then echo "@XINE_SCRIPTPATH@" fi |