From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id E02FC40C96 for ; Sat, 4 Feb 2023 13:32:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CC62B68BE16; Sat, 4 Feb 2023 15:32:50 +0200 (EET) Received: from mail-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0A07268BB6A for ; Sat, 4 Feb 2023 15:32:44 +0200 (EET) Received: by mail-yb1-f169.google.com with SMTP id x8so1065437ybt.13 for ; Sat, 04 Feb 2023 05:32:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=F/aMi5EV96t/gEiGDpYuIXy+pxnu63gt5XYlNgbOyHs=; b=pHa5CklmYpiemdqdfYahuqTWilGS6cex6sGv8d4HRNwva13tF+YDqplsOHjOHVnJWa PY3t1cHMTjolSySWgUgNXCixc4eUVlKals/TNzbYdxVZRXc5dKuA6b9Hjt03Nv+oo52C YOWBxV/TjzMOtC7X28qSXR/sk5j7R9opaUtkvZWjJM7nVNh0tN8IQ52/3pxK3dm2+ujV fubUnyetOt+Ulh6wDsjYs6fRlxxD5BHjRWgCvGq/RslwPfOPtAbqgbAh5znAvLOf8g7U LzVux9nHVSSD+892Ia1aLC33wLkJOEoIf8rHp35Xi6atcbqxJAs+4IZq8cYvT5SDshWZ aAhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=F/aMi5EV96t/gEiGDpYuIXy+pxnu63gt5XYlNgbOyHs=; b=BN1gW84gSh3QrDSqHUZ7+y2M1ylPzdDgEBvI7PITdwjxSyEZvTQdvFlfU0bkC/aP7E 1TB8+2R2VSj0P7IMd5S/6z8tIT25US5Fmw75pzjVoGZapulVx6nuHYI5BpaxMZGyVtEp 5IeWpgl32i43L3wsBODZpsrF/EQImPcLWguIS5g5hcWcKLc8vY6naZ/jqGia8x+0T4/N DNy8nBmIxSQUlx2lHqyLCO/uNwRzonCwpNx5HvTOuc9ojwjzA11ZT0dKU7J1dB/E4r0x Qp8JuUlh1OoTlq79v/MGcvZeDrExq6LqU4Jm7nm9JaNURQbXjZ/9GRkIGwiVy5mZxRH/ g6Gg== X-Gm-Message-State: AO0yUKW5yQHQhQFEHrhjslaZ8PNa6Vq2t+OplVfAEjuk4c7ffSdzJpRx N5nkJDztCgmIeY3h+2QzfbzMsEZhPmyELA== X-Google-Smtp-Source: AK7set95F32Z/vCVVxaU+CXoJAPTuwNjbuohHZnIqe0qEkCx7A5BQWlfN4MJTqw36gorihl9L68g7g== X-Received: by 2002:a25:b183:0:b0:7fc:5d65:6ebd with SMTP id h3-20020a25b183000000b007fc5d656ebdmr9133306ybj.6.1675517562236; Sat, 04 Feb 2023 05:32:42 -0800 (PST) Received: from gauss.local (c-98-224-219-15.hsd1.mi.comcast.net. [98.224.219.15]) by smtp.gmail.com with ESMTPSA id bk19-20020a05620a1a1300b006f9f3c0c63csm3850327qkb.32.2023.02.04.05.32.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Feb 2023 05:32:41 -0800 (PST) From: Leo Izen To: ffmpeg-devel@ffmpeg.org Date: Sat, 4 Feb 2023 08:32:39 -0500 Message-Id: <20230204133239.246049-1-leo.izen@gmail.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] configure: update libjxl pkg-config versions X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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: Leo Izen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Commit fb823161a8e3dfc864a7bd83a9b968f4912c5b1d added a dependency of JxlBitDepth, which wasn't present in 0.7.0. This updates the library versions in ./configure required to match 0.8.0, the new required version. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d67855c729..013bd3dcfd 100755 --- a/configure +++ b/configure @@ -6596,8 +6596,8 @@ enabled libgsm && { for gsm_hdr in "gsm.h" "gsm/gsm.h"; do check_lib libgsm "${gsm_hdr}" gsm_create -lgsm && break; done || die "ERROR: libgsm not found"; } enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc $pthreads_extralibs -enabled libjxl && require_pkg_config libjxl "libjxl >= 0.7.0" jxl/decode.h JxlDecoderVersion && - require_pkg_config libjxl_threads "libjxl_threads >= 0.7.0" jxl/thread_parallel_runner.h JxlThreadParallelRunner +enabled libjxl && require_pkg_config libjxl "libjxl >= 0.8.0" jxl/decode.h JxlDecoderVersion && + require_pkg_config libjxl_threads "libjxl_threads >= 0.8.0" jxl/thread_parallel_runner.h JxlThreadParallelRunner enabled libklvanc && require libklvanc libklvanc/vanc.h klvanc_context_create -lklvanc enabled libkvazaar && require_pkg_config libkvazaar "kvazaar >= 0.8.1" kvazaar.h kvz_api_get enabled liblensfun && require_pkg_config liblensfun lensfun lensfun.h lf_db_new -- 2.39.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".