1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Initialize _dvdread variable to "no" in the dvdread check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26317 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-01 21:22:02 +00:00
parent 5e1f250543
commit a414eba619

1
configure vendored
View File

@ -5412,6 +5412,7 @@ echores "$_vcd"
echocheck "dvdread"
if test "$_dvdread_internal" = auto ; then
_dvdread_internal=no
_dvdread=no
if (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32 || sunos || hpux) && \
(test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \
test "$_dvdio" = yes || test "$_bsdi_dvd" = yes); then