diff --git a/configure.ac b/configure.ac index b0006a8fa..bd26fe990 100644 --- a/configure.ac +++ b/configure.ac @@ -298,7 +298,7 @@ AC_SUBST_DEFINE(HAVE_SWRESAMPLE, $libswresample_HAVE) # map avutil library version to ffmpeg version AC_MSG_CHECKING([version of ffmpeg]) # the order is ([avutil], [avcodec], [avformat], [swscale], [swresample]) -if FFMPEG_LIBS_COMPATIBLE([59039100], [61019100], [61007100], [8003100], [5003100]); then +if FFMPEG_LIBS_COMPATIBLE([59008100], [61003100], [61001100], [8001100], [5001100]); then FFMPEG_VERSION="7.0" elif FFMPEG_LIBS_COMPATIBLE([58002100], [60003100], [60003100], [7001100], [4010100]); then FFMPEG_VERSION="6.0" @@ -351,7 +351,7 @@ elif test $libavutil_VERSION_INT -le 50024000 -a $libavutil_VERSION_INT -ge 4900 else AC_MSG_ERROR([ -Unsupported ffmpeg version, most recent version supported is 7.1. +Unsupported ffmpeg version, most recent version supported is 7.0. ]) fi AX_EXTRACT_VERSION(FFMPEG, $FFMPEG_VERSION)