mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
More explicit checking for inconsistency.
This commit is contained in:
parent
90febc4ecf
commit
652f4c5856
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user