[MPlayer-cvslog] r27793 - in trunk: Makefile configure

diego subversion at mplayerhq.hu
Thu Oct 16 22:25:42 CEST 2008


Author: diego
Date: Thu Oct 16 22:25:41 2008
New Revision: 27793

Log:
Create LIBDIR for binary codecs upon make install.


Modified:
   trunk/Makefile
   trunk/configure

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Thu Oct 16 22:25:41 2008
@@ -814,7 +814,7 @@ $(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI
 install: $(INSTALL_TARGETS-yes)
 
 install-dirs:
-	$(INSTALL) -d $(BINDIR) $(CONFDIR)
+	$(INSTALL) -d $(BINDIR) $(CONFDIR) $(LIBDIR)
 
 install-%: %$(EXESUF) install-dirs
 	$(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Oct 16 22:25:41 2008
@@ -7753,6 +7753,7 @@ MAN_LANG_ALL = $man_lang_all
 prefix = \$(DESTDIR)$_prefix
 BINDIR = \$(DESTDIR)$_bindir
 DATADIR = \$(DESTDIR)$_datadir
+LIBDIR = \$(DESTDIR)$_libdir
 MANDIR = \$(DESTDIR)$_mandir
 CONFDIR = \$(DESTDIR)$_confdir
 



More information about the MPlayer-cvslog mailing list