1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

Remove duplicate conditions in dvdread check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26189 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-07 10:36:31 +00:00
parent c84c5f6258
commit 8599bc5eb8

2
configure vendored
View File

@ -5392,7 +5392,7 @@ if test "$_dvdread_internal" = auto ; then
if linux || freebsd || netbsd || darwin || openbsd || win32 || sunos || hpux && \
test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \
test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || \
test "$_hpux_scsi_h" = yes || darwin || win32 ; then
test "$_hpux_scsi_h" = yes ; then
_dvdread_internal=yes
_dvdread=yes
fi