diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-06-24 02:29:41 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-06-24 02:29:41 +0000 |
commit | 788ef1a1ce80d4e918f2f4beb43a7301ca9c4399 (patch) | |
tree | 330558a2f52f1dae0eccf3a9287e0c7e6224617c /src | |
parent | ce09522fdbdafbc13e5217529dfae01418e2c2aa (diff) | |
download | xine-lib-788ef1a1ce80d4e918f2f4beb43a7301ca9c4399.tar.gz xine-lib-788ef1a1ce80d4e918f2f4beb43a7301ca9c4399.tar.bz2 |
sigh, another occurance of the logo mrl
CVS patchset: 2149
CVS date: 2002/06/24 02:29:41
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 bdce42f01..8093aaa74 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -31,7 +31,7 @@ noinst_HEADERS = bswap.h nvtvd.h @INCLUDED_INTL_TRUE@ @cd $(top_builddir)/intl && $(MAKE) libintl.la debug: - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\\\"file://@XINE_SKINPATH@/xine_logo.mpg\\\"" + @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\\\"file://@XINE_SKINPATH@/xine_logo.mpv\\\"" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |