From 2cf13b38c13a505024a819141356faed7f22001f Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 22 Jun 2002 18:00:36 +0000 Subject: fixing logo extension CVS patchset: 2131 CVS date: 2002/06/22 18:00:36 --- ChangeLog | 4 ++++ misc/Makefile.am | 4 ++-- misc/xine_logo.mpg | Bin 27309 -> 0 bytes misc/xine_logo.mpv | Bin 0 -> 27309 bytes src/xine-engine/Makefile.am | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 misc/xine_logo.mpg create mode 100644 misc/xine_logo.mpv diff --git a/ChangeLog b/ChangeLog index f6602f5ae..2ea68e7b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ xine-lib (0.9.12) unstable; urgency=low * fixed bug in libsputext that caused subtitle flashing * update win32 codec loading code * use directshow filter to decode msmpeg4 v1/v2 + * fixed logo file name extension + * fixed german i18n files + + -- Guenter Bartsch xine-lib (0.9.11) unstable; urgency=low diff --git a/misc/Makefile.am b/misc/Makefile.am index a9d43858f..408d130d1 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -2,10 +2,10 @@ SUBDIRS = fonts EXTRA_DIST = autogen.sh SlackBuild.in SlackBuild build_rpms.sh \ xine-lib.spec.in xine-lib.spec xine-fontconv.c \ - xine_logo.mpg vga.xinefont.gz + xine_logo.mpv vga.xinefont.gz datadir = $(XINE_SKINDIR) -data_DATA = xine_logo.png xine_logo.mpg +data_DATA = xine_logo.png xine_logo.mpv bin_SCRIPTS = xine-config diff --git a/misc/xine_logo.mpg b/misc/xine_logo.mpg deleted file mode 100644 index b1cb59414..000000000 Binary files a/misc/xine_logo.mpg and /dev/null differ diff --git a/misc/xine_logo.mpv b/misc/xine_logo.mpv new file mode 100644 index 000000000..b1cb59414 Binary files /dev/null and b/misc/xine_logo.mpv differ diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 5787ab7bd..bdce42f01 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @CFLAGS@ $(THREAD_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\"file://@XINE_SKINPATH@/xine_logo.mpg\" +CFLAGS = @CFLAGS@ $(THREAD_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\"file://@XINE_SKINPATH@/xine_logo.mpv\" lib_LTLIBRARIES = libxine.la -- cgit v1.2.3