[MPlayer-cvslog] CVS: main configure, 1.975, 1.976 Makefile, 1.315, 1.316
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Mar 23 11:07:03 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv13294
Modified Files:
configure Makefile
Log Message:
Fix shared libpostproc installation.
based on a patch by Rene Rebe <rene at exactcode dot de>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.975
retrieving revision 1.976
diff -u -r1.975 -r1.976
--- configure 14 Mar 2005 23:26:08 -0000 1.975
+++ configure 23 Mar 2005 10:07:00 -0000 1.976
@@ -6672,6 +6672,8 @@
MANDIR = \$(DESTDIR)$_mandir
CONFDIR = \$(DESTDIR)$_confdir
LIBDIR = \$(DESTDIR)$_libdir
+# FFmpeg uses libdir instead of LIBDIR
+libdir = \$(LIBDIR)
#AR = ar
CC = $_cc
HOST_CC = $_host_cc
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- Makefile 26 Feb 2005 13:38:17 -0000 1.315
+++ Makefile 23 Mar 2005 10:07:00 -0000 1.316
@@ -283,6 +283,9 @@
ifeq ($(VIDIX),yes)
$(DO_MAKE)
endif
+ifeq ($(SHARED_PP),yes)
+ $(MAKE) install -C libavcodec/libpostproc
+endif
if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi
$(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG) $(BINDIR)/$(PRG)
ifeq ($(GUI),yes)
More information about the MPlayer-cvslog
mailing list