Mercurial > mplayer.hg
comparison Makefile @ 26781:1a57d9c23fa6
Remove (hopefully obsolete) codecs.conf workaround.
author | diego |
---|---|
date | Sun, 18 May 2008 16:08:46 +0000 |
parents | 3dddd0b74436 |
children | 5282159223e2 |
comparison
equal
deleted
inserted
replaced
26780:3dddd0b74436 | 26781:1a57d9c23fa6 |
---|---|
819 install-dirs: | 819 install-dirs: |
820 $(INSTALL) -d $(BINDIR) | 820 $(INSTALL) -d $(BINDIR) |
821 $(INSTALL) -d $(DATADIR) | 821 $(INSTALL) -d $(DATADIR) |
822 $(INSTALL) -d $(MANDIR)/man1 | 822 $(INSTALL) -d $(MANDIR)/man1 |
823 $(INSTALL) -d $(CONFDIR) | 823 $(INSTALL) -d $(CONFDIR) |
824 if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi | |
825 | 824 |
826 install-%: %$(EXESUF) | 825 install-%: %$(EXESUF) |
827 $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) | 826 $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) |
828 | 827 |
829 install-mplayer-man: | 828 install-mplayer-man: |