Move away old codecs.conf files.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10492 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-07-28 02:02:20 +00:00
parent 1298a168d7
commit ee8bcd08e2
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ 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 ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
ifeq ($(DVDKIT_SHARED),yes)
ifeq ($(DVDKIT2),yes)
if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi