[MPlayer-cvslog] r20236 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun Oct 15 15:59:27 CEST 2006


Author: diego
Date: Sun Oct 15 15:59:26 2006
New Revision: 20236

Modified:
   trunk/Makefile

Log:
Remove bogus warning about missing font.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun Oct 15 15:59:26 2006
@@ -440,10 +440,6 @@
 endif
 	@$(INSTALL) -d $(DATADIR)
 	@$(INSTALL) -d $(DATADIR)/font
-	@if test ! -f $(DATADIR)/font/font.desc ; then \
-	echo "*** Download font at http://www.mplayerhq.hu/dload.html" ; \
-	echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \
-	fi
 ifeq ($(GUI),yes)
 	@$(INSTALL) -d $(DATADIR)/skins
 	@echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html"



More information about the MPlayer-cvslog mailing list