Remove bogus warning about missing font.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20236 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-15 13:59:26 +00:00
parent 5ec2b9ca3a
commit 3f5d9a7a21
1 changed files with 0 additions and 4 deletions

View File

@ -440,10 +440,6 @@ ifeq ($(MENCODER),yes)
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"