mirror of https://github.com/mpv-player/mpv
Create LIBDIR for binary codecs upon make install.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27793 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4a29d6dee8
commit
6fa340d54c
2
Makefile
2
Makefile
|
@ -814,7 +814,7 @@ $(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI_FILES)
|
|||
install: $(INSTALL_TARGETS-yes)
|
||||
|
||||
install-dirs:
|
||||
$(INSTALL) -d $(BINDIR) $(CONFDIR)
|
||||
$(INSTALL) -d $(BINDIR) $(CONFDIR) $(LIBDIR)
|
||||
|
||||
install-%: %$(EXESUF) install-dirs
|
||||
$(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
|
||||
|
|
Loading…
Reference in New Issue