[MPlayer-cvslog] r36881 - trunk/configure
reimar
subversion at mplayerhq.hu
Tue Feb 18 23:06:12 CET 2014
Author: reimar
Date: Tue Feb 18 23:06:12 2014
New Revision: 36881
Log:
configure: ensure ffmpeg_a is either yes or no.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Feb 18 17:33:09 2014 (r36880)
+++ trunk/configure Tue Feb 18 23:06:12 2014 (r36881)
@@ -7057,6 +7057,7 @@ echores "$_librtmp"
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
More information about the MPlayer-cvslog
mailing list