# HG changeset patch # User reimar # Date 1392761172 0 # Node ID e18fb8b03241432cdd74a4ad59ccdc2975277879 # Parent db788ca27472262e0c7308327fcf41a22d96e718 configure: ensure ffmpeg_a is either yes or no. diff -r db788ca27472 -r e18fb8b03241 configure --- 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