mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Change notice to reflect that ffmpeg support now includes
built-in core
This commit is contained in:
parent
90e57f7a0d
commit
aa1e43b2fc
@ -309,7 +309,7 @@ if [ "$HAVE_THREADS" != 'no' ]; then
|
|||||||
HAVE_FFMPEG='yes'
|
HAVE_FFMPEG='yes'
|
||||||
if [ "$HAVE_AVCODEC" = 'no' ] || [ "$HAVE_SWRESAMPLE" = 'no' ] || [ "$HAVE_AVFORMAT" = 'no' ] || [ "$HAVE_AVUTIL" = 'no' ] || [ "$HAVE_SWSCALE" = 'no' ]; then
|
if [ "$HAVE_AVCODEC" = 'no' ] || [ "$HAVE_SWRESAMPLE" = 'no' ] || [ "$HAVE_AVFORMAT" = 'no' ] || [ "$HAVE_AVUTIL" = 'no' ] || [ "$HAVE_SWSCALE" = 'no' ]; then
|
||||||
HAVE_FFMPEG='no'
|
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
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user