Change notice to reflect that ffmpeg support now includes

built-in core
This commit is contained in:
twinaphex 2016-08-30 17:25:51 +02:00
parent 90e57f7a0d
commit aa1e43b2fc

View File

@ -309,7 +309,7 @@ if [ "$HAVE_THREADS" != 'no' ]; then
HAVE_FFMPEG='yes'
if [ "$HAVE_AVCODEC" = 'no' ] || [ "$HAVE_SWRESAMPLE" = 'no' ] || [ "$HAVE_AVFORMAT" = 'no' ] || [ "$HAVE_AVUTIL" = 'no' ] || [ "$HAVE_SWSCALE" = 'no' ]; then
HAVE_FFMPEG='no'
echo "Notice: FFmpeg recording disabled due to missing or unsuitable packages."
echo "Notice: FFmpeg built-in support disabled due to missing or unsuitable packages."
fi
fi
else