diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-06-22 18:00:36 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-06-22 18:00:36 +0000 |
commit | 2cf13b38c13a505024a819141356faed7f22001f (patch) | |
tree | 9f86f3f32d5e2b5a41a737848a00436ec6fbdad9 /src | |
parent | bcbb57249c15fa81043b09709a47ee498e093fa5 (diff) | |
download | xine-lib-2cf13b38c13a505024a819141356faed7f22001f.tar.gz xine-lib-2cf13b38c13a505024a819141356faed7f22001f.tar.bz2 |
fixing logo extension
CVS patchset: 2131
CVS date: 2002/06/22 18:00:36
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |