summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 16:08:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 16:08:46 +0000
commitf931f2440eda6c6f3249f11bca1ed78773032acd (patch)
tree2d09796fddd8c3b81a31ee1fb85f4590063d0476 /Makefile
parenta6458b3065210f89fbc352073a9b59d50d569856 (diff)
downloadmpv-f931f2440eda6c6f3249f11bca1ed78773032acd.tar.bz2
mpv-f931f2440eda6c6f3249f11bca1ed78773032acd.tar.xz
Remove (hopefully obsolete) codecs.conf workaround.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26813 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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)