summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rwxr-xr-xconfigure2
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3df07e3e88..5ebeb977d6 100644
--- a/Makefile
+++ b/Makefile
@@ -283,6 +283,9 @@ install: $(ALL_PRG)
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)
diff --git a/configure b/configure
index a53c8d06fd..8d65993e09 100755
--- a/configure
+++ b/configure
@@ -6672,6 +6672,8 @@ DATADIR = \$(DESTDIR)$_datadir
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