comparison configure @ 7036:9a0cc1f1e37a

libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.
author jaf
date Sat, 17 Aug 2002 09:34:53 +0000
parents 12a0f744c1f1
children 244afd6b035d
comparison
equal deleted inserted replaced
7035:1efd78723952 7036:9a0cc1f1e37a
3018 if test "$_dvdkit" = yes ; then 3018 if test "$_dvdkit" = yes ; then
3019 if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes || cygwin; then 3019 if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes || cygwin; then
3020 if test -f "./libmpdvdkit2/Makefile" ; then 3020 if test -f "./libmpdvdkit2/Makefile" ; then
3021 _inputmodules="mpdvdkit2 $_inputmodules" 3021 _inputmodules="mpdvdkit2 $_inputmodules"
3022 _dvdread=libmpdvdkit2 3022 _dvdread=libmpdvdkit2
3023 _dvdkit2=yes
3024 _dvdkit=no
3023 else 3025 else
3024 _inputmodules="mpdvdkit $_inputmodules" 3026 _inputmodules="mpdvdkit $_inputmodules"
3025 _dvdread=libmpdvdkit 3027 _dvdread=libmpdvdkit
3026 fi 3028 fi
3027 else 3029 else
3037 fi 3039 fi
3038 fi 3040 fi
3039 else 3041 else
3040 _noinputmodules="mpdvdkit $_noinputmodules" 3042 _noinputmodules="mpdvdkit $_noinputmodules"
3041 fi 3043 fi
3042 echores "$_dvdkit" 3044 if test "$_dvdkit" = yes || test "$_dvdkit2" = yes; then
3045 echores "yes"
3046 else
3047 echores "no"
3048 fi
3043 3049
3044 echocheck "DVD support (libcss - old style)" 3050 echocheck "DVD support (libcss - old style)"
3045 if test "$_css" = auto ; then 3051 if test "$_css" = auto ; then
3046 cat > $TMPC <<EOF 3052 cat > $TMPC <<EOF
3047 #include <sys/types.h> 3053 #include <sys/types.h>
4240 TERMCAP_LIB = $_ld_termcap 4246 TERMCAP_LIB = $_ld_termcap
4241 LIRC_LIB = $_ld_lirc 4247 LIRC_LIB = $_ld_lirc
4242 CSS_USE = $_css 4248 CSS_USE = $_css
4243 CSS_LIB = $_ld_css 4249 CSS_LIB = $_ld_css
4244 DVDKIT = $_dvdkit 4250 DVDKIT = $_dvdkit
4251 DVDKIT2 = $_dvdkit2
4245 DVDKIT_SHARED = no 4252 DVDKIT_SHARED = no
4246 SDL_INC = $_inc_sdl 4253 SDL_INC = $_inc_sdl
4247 W32_DEP = $_dep_win32 4254 W32_DEP = $_dep_win32
4248 W32_LIB = $_ld_win32 4255 W32_LIB = $_ld_win32
4249 DS_DEP = $_dep_dshow 4256 DS_DEP = $_dep_dshow