From 0db4e66aeb757933009b201295d474943da03dfd Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Mon, 23 Dec 2013 11:41:37 +0000 Subject: add version of libavutil for the detection of the ffmpeg version git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3044 b956fd51-792f-4845-bead-9b4dfca2ff2c --- dists/autogen/m4/pkg_config_utils.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dists/autogen/m4/pkg_config_utils.m4 b/dists/autogen/m4/pkg_config_utils.m4 index eba41565..26e2af18 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 52038100; then + if test $[$1][_VERSION_INT] -ge 52048100; then + FFMPEG_VERSION="2.1" + elif test $[$1][_VERSION_INT] -ge 52038100; then FFMPEG_VERSION="2.0" elif test $[$1][_VERSION_INT] -ge 52018100; then FFMPEG_VERSION="1.2" -- cgit v1.2.3