mirror of https://github.com/mpv-player/mpv
enable mediaLib check execution and honnor user choise to enable mediaLib even on non-sunos system
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18456 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
74078c9bab
commit
d4948cd7f2
|
@ -1826,7 +1826,7 @@ for ac_option do
|
|||
--disable-vm) _vm=no ;;
|
||||
--enable-xf86keysym) _xf86keysym=yes ;;
|
||||
--disable-xf86keysym) _xf86keysym=no ;;
|
||||
--enable-mlib) _mlib=yes ;;
|
||||
--enable-mlib) _mlib=auto ;;
|
||||
--disable-mlib) _mlib=no ;;
|
||||
--enable-sunaudio) _sunaudio=yes ;;
|
||||
--disable-sunaudio) _sunaudio=no ;;
|
||||
|
@ -4989,7 +4989,6 @@ fi
|
|||
echores "$_sunaudio"
|
||||
|
||||
|
||||
if sunos; then
|
||||
echocheck "Sun mediaLib"
|
||||
if test "$_mlib" = auto ; then
|
||||
_mlib=no
|
||||
|
@ -5008,7 +5007,6 @@ else
|
|||
_def_mlib='#undef HAVE_MLIB'
|
||||
fi
|
||||
echores "$_mlib"
|
||||
fi
|
||||
|
||||
|
||||
echocheck "SGI audio"
|
||||
|
|
Loading…
Reference in New Issue