changeset 20230:ef5f196c3a05

Remove bogus warning about missing font.
author diego
date Sun, 15 Oct 2006 13:59:26 +0000
parents cd827d62fb71
children 4e68aabaf49b
files Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Oct 15 13:35:46 2006 +0000
+++ b/Makefile	Sun Oct 15 13:59:26 2006 +0000
@@ -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"