summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-06-04 09:10:04 +0000
committerUoti Urpala <uau@mplayer2.org>2011-07-06 09:29:21 +0300
commit226a32c8568551a2bcfb86353cfcee4ac80ad65f (patch)
tree0331557c1292627865591b82fff8d4a30280057e /configure
parentba160121ff7d3c7d2a7f45865a8d583108a5a999 (diff)
downloadmpv-226a32c8568551a2bcfb86353cfcee4ac80ad65f.tar.bz2
mpv-226a32c8568551a2bcfb86353cfcee4ac80ad65f.tar.xz
configure: fix _libcdio variable staying on "auto"
Fix _libcdio staying on "auto" if cdparanoia test succeeded before. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33555 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f11d96f41f..5d45eaa9d4 100755
--- a/configure
+++ b/configure
@@ -5345,6 +5345,7 @@ if test "$_libcdio" = yes && test "$_cdparanoia" = no ; then
def_libcdio='#define CONFIG_LIBCDIO 1'
def_havelibcdio='yes'
else
+ _libcdio=no
if test "$_cdparanoia" = yes ; then
res_comment="using cdparanoia"
fi