changeset 14994:f5a8c71d94cf

Fix shared libpostproc installation. based on a patch by Rene Rebe <rene at exactcode dot de>
author diego
date Wed, 23 Mar 2005 10:07:00 +0000
parents 218d63292982
children 0ac4446da7eb
files Makefile configure
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Mar 23 07:53:37 2005 +0000
+++ b/Makefile	Wed Mar 23 10:07:00 2005 +0000
@@ -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)
--- a/configure	Wed Mar 23 07:53:37 2005 +0000
+++ b/configure	Wed Mar 23 10:07:00 2005 +0000
@@ -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