diff Makefile @ 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 8260cd3c585c
children 54c257370678
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)