[MPlayer-dev-eng] [PATCH] Fw: [MPlayer-users] shared pp library install missing in 1.0pre3, cvs
Diego Biurrun
diego at biurrun.de
Wed Dec 24 20:09:03 CET 2003
Attila Kinali writes:
> Any comments on this ?
Yes, doesn't this belong in the libavcodec Makefile?
Diego
> Begin forwarded message:
>
> Date: Tue, 23 Dec 2003 13:30:19 +0200
> From: Dimitar Zhekov <jimmy at is-vn.bg>
> To: mplayer-users at mplayerhq.hu
> Subject: [MPlayer-users] shared pp library install missing in 1.0pre3, cvs
>
>
> This is a Makefile bug, so let me skip the boring arch/cc/... details.
> When MPlayer is configured with --enable-shared-pp, it's linked against
> libpostproc.so.0, but libpostproc is not installed, so the resulting
> MPlayer doesn't run (unless maybe if there is an old postproc library
> installed). The top-level Makefile is missing libpostproc "install:"
> code, so I took it from 0.92 and changed the directory as needed. The
> patch has been tested and found to work. Applies to 1.0pre3 and today's
> [2003-12-23] cvs. Well the cvs doesn't contain libpostproc, but anyway.
>
>
> --
> egp ist vergleichbar mit einem ikea bausatz fuer flugzeugtraeger
> -- reeler in +kaosu
> --- ./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)
>
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
More information about the MPlayer-dev-eng
mailing list