aboutsummaryrefslogtreecommitdiffstats
path: root/dists
diff options
context:
space:
mode:
Diffstat (limited to 'dists')
-rw-r--r--dists/autogen/m4/pkg_config_utils.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/dists/autogen/m4/pkg_config_utils.m4 b/dists/autogen/m4/pkg_config_utils.m4
index 26e2af18..878d91d6 100644
--- a/dists/autogen/m4/pkg_config_utils.m4
+++ b/dists/autogen/m4/pkg_config_utils.m4
@@ -101,7 +101,9 @@ AC_DEFUN([PKG_VERSION],
if test $1 = "libavutil"; then
AC_MSG_CHECKING([version of ffmpeg])
if test $[$1][_VERSION_INT] -le 60000000; then
- if test $[$1][_VERSION_INT] -ge 52048100; then
+ if test $[$1][_VERSION_INT] -ge 52066100; then
+ FFMPEG_VERSION="2.2"
+ elif test $[$1][_VERSION_INT] -ge 52048100; then
FFMPEG_VERSION="2.1"
elif test $[$1][_VERSION_INT] -ge 52038100; then
FFMPEG_VERSION="2.0"