[Mplayer-cvslog] CVS: main Makefile,1.268,1.269
Diego Biurrun CVS
diego at mplayerhq.hu
Mon Jul 28 04:02:23 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv26681
Modified Files:
Makefile
Log Message:
Move away old codecs.conf files.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- Makefile 22 Jul 2003 23:52:01 -0000 1.268
+++ Makefile 28 Jul 2003 02:02:20 -0000 1.269
@@ -283,6 +283,7 @@
@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
More information about the MPlayer-cvslog
mailing list