[MPlayer-users] installing libmpdvdkit - error in Makefile (i think)

Diego Biurrun diego at biurrun.de
Sun Oct 6 18:11:01 CEST 2002


On Sun, Oct 06, 2002 at 03:05:11PM +0100, Chris Phillips wrote:
> 
> i'm trying to install libmpdvdkit library as shared, but it doesn't get 
> installed, as the makefile only checks if DVDKIT = yes, and not DVDKIT2 = 
> yes:
> 
> -----------
> ifeq ($(DVDKIT),yes)
> ifeq ($(DVDKIT_SHARED),yes)
>         if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi
>         $(INSTALL) -m 755 $(INSTALLSTRIP) libmpdvdkit2/libmpdvdkit.so 
> $(LIBDIR)/libmpdvdkit.so
> endif
> endif
> -------------
> 
> naturally if i add the 2 to DVDKIT it installs.

Could you make a patch out of this (DOCS/tech/patches.txt explains the
details) and send it to mplayer-dev-eng, please?

Diego




More information about the MPlayer-users mailing list