Add back SWRESAMPLE check
This commit is contained in:
parent
f4bfbe0a23
commit
2c17d6a71e
|
@ -308,7 +308,7 @@ if [ "$HAVE_THREADS" != 'no' ]; then
|
||||||
check_header AV_CHANNEL_LAYOUT libavutil/channel_layout.h
|
check_header AV_CHANNEL_LAYOUT libavutil/channel_layout.h
|
||||||
|
|
||||||
HAVE_FFMPEG='yes'
|
HAVE_FFMPEG='yes'
|
||||||
if [ "$HAVE_AVCODEC" = '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 built-in support disabled due to missing or unsuitable packages."
|
echo "Notice: FFmpeg built-in support disabled due to missing or unsuitable packages."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue