From patchwork Sun Nov 18 07:19:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: hwrenx X-Patchwork-Id: 11062 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id D873344E079 for ; Sun, 18 Nov 2018 09:27:56 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 63291689E85; Sun, 18 Nov 2018 09:27:57 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from qq.com (smtpbg433.qq.com [183.3.255.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1CE03689C87 for ; Sun, 18 Nov 2018 09:27:54 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201512; t=1542526071; bh=vtC5l6QQiLKxlyvzOAdiFuzafsoqGkFzxRPLQhd2AmQ=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=DGRWl6GN8dloi/EpWYrJh2g3LLhBUd8j+zRq19nzy5P6bnZvXL5rL9/HmcOLWwqtX 33Gs41girQlMl8tERxCkqhFMsRp8Mw4y1M+W3K2Bm91xfw4xfa+tFCxjPHE4I2Orf9 DqP/TypBYWTJQ/GMRjonM35XnK1ZxMDRVZjZAJHg= X-QQ-Spam: true X-QQ-mid: esmtp6t1542525546tv1kbna4d Received: from localhost.localdomain (unknown [124.205.77.56]) by esmtp4.qq.com (ESMTP) with id ; Sun, 18 Nov 2018 15:19:06 +0800 (CST) X-QQ-SSF: 010000000000000092620F000000000 From: hwrenx To: ffmpeg-devel@ffmpeg.org Date: Sun, 18 Nov 2018 15:19:02 +0800 Message-Id: <1542525544-8034-1-git-send-email-hwrenx@qq.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: X-QQ-SENDSIZE: 520 Feedback-ID: esmtp:qq.com:bgweb:bgweb18 Subject: [FFmpeg-devel] [PATCH v2 1/3] configure: update api version of libxavs2 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: hwrenx MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: hwrenx abolish parameter IntraPeriod && replaced by IntraPeriodMax/Min ... more detials could be found in xavs2-git https://github.com/pkuvcl/xavs2 Signed-off-by: hwrenx --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9bc4cf3..dee901d 100755 --- a/configure +++ b/configure @@ -6191,7 +6191,7 @@ enabled libx264 && { check_pkg_config libx264 x264 "stdint.h x264.h" x enabled libx265 && require_pkg_config libx265 x265 x265.h x265_api_get && require_cpp_condition libx265 x265.h "X265_BUILD >= 68" enabled libxavs && require libxavs "stdint.h xavs.h" xavs_encoder_encode "-lxavs $pthreads_extralibs $libm_extralibs" -enabled libxavs2 && require_pkg_config libxavs2 "xavs2 >= 1.2.77" "stdint.h xavs2.h" xavs2_api_get +enabled libxavs2 && require_pkg_config libxavs2 "xavs2 >= 1.3.0" "stdint.h xavs2.h" xavs2_api_get enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore enabled libzimg && require_pkg_config libzimg "zimg >= 2.7.0" zimg.h zimg_get_api_version enabled libzmq && require_pkg_config libzmq libzmq zmq.h zmq_ctx_new