More explicit checking for inconsistency.

This commit is contained in:
Themaister 2011-11-02 16:54:45 +01:00
parent 90febc4ecf
commit 652f4c5856
2 changed files with 5 additions and 1 deletions

View File

@ -100,6 +100,10 @@ if [ $HAVE_FFMPEG = yes ]; then
check_lib FFMPEG_AVFORMAT_NEW_STREAM "$AVFORMAT_LIBS" avformat_new_stream
fi
if [ $HAVE_FFMPEG = no ] && [ $HAVE_X264RGB = yes ]; then
echo "x264 RGB recording is enabled, but FFmpeg is not. --enable-x264rgb will not have any effect."
fi
check_lib DYNAMIC $DYLIB dlopen
check_pkgconf FREETYPE freetype2

View File

@ -81,7 +81,7 @@ print_sub_str_opt()
lowertext="`echo $arg1 | tr '[A-Z]' '[a-z]'`"
echo "--with-$lowertext: $arg2 (Defaults: $arg3)"
echo "--with-$lowertext: $arg2"
}
parse_input()