mirror of https://github.com/mpv-player/mpv
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:
parent
5ec2b9ca3a
commit
3f5d9a7a21
4
Makefile
4
Makefile
|
@ -440,10 +440,6 @@ ifeq ($(MENCODER),yes)
|
||||||
endif
|
endif
|
||||||
@$(INSTALL) -d $(DATADIR)
|
@$(INSTALL) -d $(DATADIR)
|
||||||
@$(INSTALL) -d $(DATADIR)/font
|
@$(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)
|
ifeq ($(GUI),yes)
|
||||||
@$(INSTALL) -d $(DATADIR)/skins
|
@$(INSTALL) -d $(DATADIR)/skins
|
||||||
@echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html"
|
@echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html"
|
||||||
|
|
Loading…
Reference in New Issue