[MPlayer-dev-eng] [PATCH] Makefile change for shared libpostproc installation

Diego Biurrun diego at biurrun.de
Sat Mar 19 18:40:31 CET 2005


On Sat, Mar 19, 2005 at 06:34:44PM +0100, Diego Biurrun wrote:
> 
> Passing on some patches I received from Rene Rebe at CeBIT.
> 
> This is a Makefile change for shared libpostproc installation.

.. and oh wonder, i forgot to attach the patch, *sigh*.

Diego
-------------- next part --------------
--- ./Makefile.orig	2003-12-08 23:33:31.000000000 +0200
+++ ./Makefile	2003-12-20 12:49:52.000000000 +0200
@@ -252,6 +252,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-dev-eng mailing list