mirror of https://github.com/mpv-player/mpv
Installing codecs.conf is long obsolete.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10458 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
91b3ba3ad9
commit
3772d0208b
3
Makefile
3
Makefile
|
@ -283,9 +283,6 @@ ifeq ($(GUI),yes)
|
|||
@echo "*** for GUI, and extract to $(DATADIR)/Skin/"
|
||||
endif
|
||||
@if test ! -d $(CONFDIR) ; then mkdir -p $(CONFDIR) ; fi
|
||||
@if test -f $(CONFDIR)/codecs.conf.old ; then mv -f $(CONFDIR)/codecs.conf.old $(CONFDIR)/codecs.conf.older ; fi
|
||||
@if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
|
||||
$(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
|
||||
ifeq ($(DVDKIT_SHARED),yes)
|
||||
ifeq ($(DVDKIT2),yes)
|
||||
if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi
|
||||
|
|
Loading…
Reference in New Issue