diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-06-04 09:10:04 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-07-06 09:29:21 +0300 |
commit | 226a32c8568551a2bcfb86353cfcee4ac80ad65f (patch) | |
tree | 0331557c1292627865591b82fff8d4a30280057e /configure | |
parent | ba160121ff7d3c7d2a7f45865a8d583108a5a999 (diff) | |
download | mpv-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |