From 3772d0208be5cf97d0bb730e37ed0afa1fac9a84 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 22 Jul 2003 23:52:01 +0000 Subject: Installing codecs.conf is long obsolete. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10458 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31c09e8c26..bc72d4fb5c 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3