[Mplayer-cvslog] CVS: 0_90 Makefile,1.252,1.253

Diego Biurrun CVS diego at mplayerhq.hu
Mon Jul 28 03:52:42 CEST 2003


Update of /cvsroot/mplayer/0_90
In directory mail:/var/tmp.root/cvs-serv21558

Modified Files:
	Makefile 
Log Message:
Move away old codecs.conf files.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/0_90/Makefile,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- Makefile	27 Jul 2003 23:06:49 -0000	1.252
+++ Makefile	28 Jul 2003 01:52:40 -0000	1.253
@@ -277,6 +277,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