mirror of https://github.com/mpv-player/mpv
Darwin and Win32 DVD support libs are handled separately, take them back
out of the combined system and DVD header test in the dvdread check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26318 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a414eba619
commit
54ea438edf
|
@ -5413,9 +5413,10 @@ echocheck "dvdread"
|
||||||
if test "$_dvdread_internal" = auto ; then
|
if test "$_dvdread_internal" = auto ; then
|
||||||
_dvdread_internal=no
|
_dvdread_internal=no
|
||||||
_dvdread=no
|
_dvdread=no
|
||||||
if (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32 || sunos || hpux) && \
|
if (linux || freebsd || netbsd || openbsd || dragonfly || sunos || hpux) \
|
||||||
(test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \
|
&& (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \
|
||||||
test "$_dvdio" = yes || test "$_bsdi_dvd" = yes); then
|
test "$_dvdio" = yes || test "$_bsdi_dvd" = yes) \
|
||||||
|
|| darwin || win32; then
|
||||||
_dvdread_internal=yes
|
_dvdread_internal=yes
|
||||||
_dvdread=yes
|
_dvdread=yes
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue