summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-16 20:25:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-16 20:25:41 +0000
commit6fa340d54ca5490b1849fa8f218335e26b3cdb4d (patch)
treea5ac239d53e726f0f173383953aef38efddd1549 /Makefile
parent4a29d6dee80f5c8ec38592c8835b2998c2aa28ce (diff)
downloadmpv-6fa340d54ca5490b1849fa8f218335e26b3cdb4d.tar.bz2
mpv-6fa340d54ca5490b1849fa8f218335e26b3cdb4d.tar.xz
Create LIBDIR for binary codecs upon make install.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27793 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f2d960316..5848a27f56 100644
--- a/Makefile
+++ b/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)