From f931f2440eda6c6f3249f11bca1ed78773032acd Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 18 May 2008 16:08:46 +0000 Subject: Remove (hopefully obsolete) codecs.conf workaround. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26813 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5473d523d0..f2bd2c0284 100644 --- a/Makefile +++ b/Makefile @@ -821,7 +821,6 @@ install-dirs: $(INSTALL) -d $(DATADIR) $(INSTALL) -d $(MANDIR)/man1 $(INSTALL) -d $(CONFDIR) - if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi install-%: %$(EXESUF) $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) -- cgit v1.2.3