[MPlayer-dev-eng] [PATCH] dvdnav + mpdvdkit2 in configure

Jonas Jermann jjermann at gmx.net
Sun Aug 18 18:07:26 CEST 2002


Hi

Just FYI:
dvdnav wasn't selected for compilation together with mpdvdkit2.
It was after applying this patch.
I'm not sure but I think it should be this way (or changed in
mpdvdkit section, donno)...

Regards
    Jonas
-------------- next part --------------
--- configure	2002-08-18 17:57:51.000000000 +0200
+++ configure	2002-08-18 18:00:05.000000000 +0200
@@ -3132,7 +3132,7 @@
   fi
   test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags`
   _used_css=
-  test "$_dvdkit" = no && _used_css=$_ld_css
+  test "$_dvdkit" = no && test "$_dvdkit2" = no && _used_css= $_ld_css
   cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl && _dvdnav=yes
 fi
 if test "$_dvdnav" = yes ; then


More information about the MPlayer-dev-eng mailing list