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 2CE5548961 for ; Fri, 22 Mar 2024 17:01:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5FF6868D592; Fri, 22 Mar 2024 19:01:24 +0200 (EET) Received: from mail-yw1-f202.google.com (mail-yw1-f202.google.com [209.85.128.202]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6953A68D532 for ; Fri, 22 Mar 2024 19:01:18 +0200 (EET) Received: by mail-yw1-f202.google.com with SMTP id 00721157ae682-60a3bb05c9bso38732617b3.1 for ; Fri, 22 Mar 2024 10:01:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711126877; x=1711731677; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=quRwK8xt0Gbdkhf0rMJI2FEGdxyT9W74RAZlHiSzw2k=; b=NykjT2h4K5Acp1qcY0thEYGjzj116+rlqex/D8S7UT17PhA7LCZfgEEBTDzcCiKivn 1MKJe3/7NEaZiUjuvQxFfEhlEIqfwoKyVkpwi/qrh6w1t8bQ/CBrR0KhlIckmsz2us27 r0xaJD4EKsii7JJXMyPmCnQMar0akZOn8WLL/F8g6qCoKoDn3rOpE+pOm3SEt09SbPsQ CYb/X2gujb9iZ2NVmhORBiYOLAYzqngLBuSswYPvLgr3IQQV7E8d/sCkk1K5Iv/2ONO3 mqrKmWp7D1A/EhAdSog3+ss2v+kmbArEAcaTMtMxE/ru8iSfIqx2DPSiebwaymuL/dsL HxEg== X-Gm-Message-State: AOJu0YyLwvYN+WlwQ28Bp4UP4WVVl19Bq1IRyU2+FcbcpT6zbeI0m5m/ KfDKgc2AMPkCRjkOWlq6TyJU47HESExl2hZYUHglb5GdKkX3TYqfur6rgr7q21Z9/95Hyv1gX1k hsUKlY8vDlRX0AiZEZio3zRRW2NYgf7wAFU/TkmpvuA2G/rEKCmPlk21gFM2NGE/Nzaa69aDrow sUpitUHFXXs4Y7h5IFN3N1vMNcNp7v9do0HEJ+FfXSk73f X-Google-Smtp-Source: AGHT+IGNFkgAU+Sc4YwYfBGdHOleB8Xyk4MB4F2CMtsfLWwUs7Qj/dvJ/KueVqvgL2EUcfkF3mnVBdJLOJ34Zw== X-Received: from asoulier-us.c.googlers.com ([fda3:e722:ac3:cc00:20:ed76:c0a8:f79]) (user=asoulier job=sendgmr) by 2002:a05:6902:2302:b0:dce:30f5:6bc5 with SMTP id do2-20020a056902230200b00dce30f56bc5mr101056ybb.4.1711126877090; Fri, 22 Mar 2024 10:01:17 -0700 (PDT) Date: Fri, 22 Mar 2024 17:01:02 +0000 In-Reply-To: <20240322170106.2243608-1-asoulier@google.com> Mime-Version: 1.0 References: <20240322170106.2243608-1-asoulier@google.com> X-Mailer: git-send-email 2.44.0.396.g6e790dbe36-goog Message-ID: <20240322170106.2243608-3-asoulier@google.com> To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH 3/6] configure: Add option for enabling LC3/LC3plus wrapper 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: , From: Antoine Soulier via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Antoine Soulier 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: Signed-off-by: Antoine Soulier Signed-off-by: Antoine SOULIER --- configure | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure b/configure index 343edb38ab..eb8ff81a11 100755 --- a/configure +++ b/configure @@ -244,6 +244,7 @@ External library support: --enable-libjxl enable JPEG XL de/encoding via libjxl [no] --enable-libklvanc enable Kernel Labs VANC processing [no] --enable-libkvazaar enable HEVC encoding via libkvazaar [no] + --enable-liblc3 enable LC3 de/encoding via liblc3 [no] --enable-liblensfun enable lensfun lens correction [no] --enable-libmodplug enable ModPlug via libmodplug [no] --enable-libmp3lame enable MP3 encoding via libmp3lame [no] @@ -1926,6 +1927,7 @@ EXTERNAL_LIBRARY_LIST=" libjxl libklvanc libkvazaar + liblc3 libmodplug libmp3lame libmysofa @@ -3501,6 +3503,10 @@ libilbc_encoder_deps="libilbc" libjxl_decoder_deps="libjxl libjxl_threads" libjxl_encoder_deps="libjxl libjxl_threads" libkvazaar_encoder_deps="libkvazaar" +liblc3_lc3_decoder_deps="liblc3" +liblc3_lc3plus_decoder_deps="liblc3" +liblc3_encoder_deps="liblc3" +liblc3_encoder_select="audio_frame_queue" libmodplug_demuxer_deps="libmodplug" libmp3lame_encoder_deps="libmp3lame" libmp3lame_encoder_select="audio_frame_queue mpegaudioheader" @@ -6858,6 +6864,7 @@ enabled libjxl && require_pkg_config libjxl "libjxl >= 0.7.0" jxl/dec require_pkg_config libjxl_threads "libjxl_threads >= 0.7.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 >= 2.0.0" kvazaar.h kvz_api_get +enabled liblc3 && require_pkg_config liblc3 "lc3 >= 1.1.0" lc3.h lc3_hr_setup_encoder enabled liblensfun && require_pkg_config liblensfun lensfun lensfun.h lf_db_create if enabled libmfx && enabled libvpl; then -- 2.44.0.396.g6e790dbe36-goog _______________________________________________ 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".