changeset 36785:e18fb8b03241

configure: ensure ffmpeg_a is either yes or no.
author reimar
date Tue, 18 Feb 2014 22:06:12 +0000
parents db788ca27472
children 568afd60302c
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Feb 18 16:33:09 2014 +0000
+++ b/configure	Tue Feb 18 22:06:12 2014 +0000
@@ -7057,6 +7057,7 @@
 echocheck "FFmpeg"
 ffmpeg=no
 if test "$ffmpeg_a" = auto ; then
+  ffmpeg_a=no
   test -d ffmpeg/libavcodec && ffmpeg_a=yes && ffmpeg_so=no && ffmpeg=yes
 fi
 if test "$ffmpeg_so" = auto ; then