# HG changeset patch # User arpi # Date 1033928822 0 # Node ID e9d34ae5bfe6d909227bbbeafeddf53441f24430 # Parent c0fa4d2e39a304e5f641aa177d0bb8afcca31d55 libdvdkit shared install fixed bugrep by Chris Phillips diff -r c0fa4d2e39a3 -r e9d34ae5bfe6 Makefile --- a/Makefile Sun Oct 06 18:21:13 2002 +0000 +++ b/Makefile Sun Oct 06 18:27:02 2002 +0000 @@ -237,10 +237,15 @@ @if test -f $(CONFDIR)/codecs.conf.old ; then mv -f $(CONFDIR)/codecs.conf.old $(CONFDIR)/codecs.conf.older ; fi @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf -ifeq ($(DVDKIT),yes) ifeq ($(DVDKIT_SHARED),yes) +ifeq ($(DVDKIT2),yes) if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi $(INSTALL) -m 755 $(INSTALLSTRIP) libmpdvdkit2/libmpdvdkit.so $(LIBDIR)/libmpdvdkit.so +else +ifeq ($(DVDKIT),yes) + if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi + $(INSTALL) -m 755 $(INSTALLSTRIP) libmpdvdkit/libmpdvdkit.so $(LIBDIR)/libmpdvdkit.so +endif endif endif ifeq ($(CSS_USE),yes)