summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-01 21:22:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-01 21:22:02 +0000
commita414eba619fd378c8b380243840ba2605b6a6ac5 (patch)
treeabdc77843135b55ae8c93870afa34b56c6e0fc34
parent5e1f250543d493efa36dd258693c8930370ce41e (diff)
downloadmpv-a414eba619fd378c8b380243840ba2605b6a6ac5.tar.bz2
mpv-a414eba619fd378c8b380243840ba2605b6a6ac5.tar.xz
Initialize _dvdread variable to "no" in the dvdread check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26317 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 278fb1e961..9ee6d5fade 100755
--- a/configure
+++ b/configure
@@ -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