[MPlayer-users] installing libmpdvdkit - error in Makefile (i think)
Chris Phillips
chris at thirtythreeandathird.net
Sun Oct 6 16:34:02 CEST 2002
hi,
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.
Can i request that the headers are also installed for libmpdvdkit2, it
would be nice to be able to access dvd's outside of mplayer without having
to install dvdread AND mpdvdkit. if i try to compile a program with
mpdvdkit instead of dvdread it fails, wanting a reference to get_path (fro
get_path.c of course)
chris
xxxx
More information about the MPlayer-users
mailing list