From patchwork Sun Oct 6 14:24:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lynne X-Patchwork-Id: 52079 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a59:938f:0:b0:48e:c0f8:d0de with SMTP id z15csp1538624vqg; Sun, 6 Oct 2024 11:37:49 -0700 (PDT) X-Forwarded-Encrypted: i=2; AJvYcCX5Wz2cY9uT+FS+oTaxxUWKME4zdWQ9PFU/3qD6RXxhv0puwJR2QQjXzju6TsQ89r3x9zZTfIlEBBdMIe8/ljRO@gmail.com X-Google-Smtp-Source: AGHT+IEO/uPH9Tr45LCYqBJqJiOj29xIB5p3/PJGY43Xw7l4wEC2/KkEzW1TRk1DOBFsRuGBRlNc X-Received: by 2002:a17:907:6d17:b0:a71:ddb8:9394 with SMTP id a640c23a62f3a-a991bff2c18mr1016050666b.40.1728239869378; Sun, 06 Oct 2024 11:37:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1728239869; cv=none; d=google.com; s=arc-20240605; b=buhVqmPh6o5NUlUSEwW26s8Zd4ED/GnCO+lnOU6XShSePwgXiIf9QxmtnvkOa0IP3v H/cH55Sjk1Qrlqh00UOJvr7DQjb5QrSijHOvJwVgjckI+raI8HOfKoX0geraPuBLk0bk 99u+F2HYzedgkpMMWCkS/S05yA2cZbTc1ZSzoVqVyO/zfA9R21CDolBY1fSiQiGESwlP AXHHT3nAOsKtHM3jGpqIicft0A/7TDCpwM3Hz9OldoR+J2gM85Z1kWcpZnG5QJiN82gd P1HB13USWJqd6gLGBCH/6+CwgOZI6sSf84iR4JITGGbGfnXSC0RFf6Klu5fxjMUUQyyx YU0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=sender:errors-to:content-transfer-encoding:cc:reply-to:from :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:mime-version:message-id:date:to :delivered-to; bh=cnTa0fVCJRT0aLaDIjsEWKBsqI2vpR0xCJWySn50pfw=; fh=nenT92/WZoU6unXd3J6UhGUdod4piddKfVtctNBOh6k=; b=SbAxuzODxyVJpBxQ/aY7EHeRXgCy2AxJBBLA6UR8+ELc1u3I5G5icdnvdJb+WwIzLv L4bwsbPr745qo9+WGAxI2d43+v3y1jh2LFv8rQZBOD1ljvC9Kpw9pdNBkpmWsrJiqVzC ZLWYqNq3BW5avP0QI84CiN3B0if1mmBUsIbolIZ5oWt041oxCMqoyQWVGWpezsaX7jZI g3Q7Hg2cwsKN0hhT35GAMxOFXkg/WWSazNp26mo/NwGz5ZMi15rOYG9tuigBqCb+ydW/ GrRa546RIVtDVKBxBdchxozKnUHPZv7JWs7ihaiGxEK7RirQJ43lD9q20I6cDl3jE3eo +kCQ==; dara=google.com ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id a640c23a62f3a-a992e7e128esi322593266b.804.2024.10.06.11.37.49; Sun, 06 Oct 2024 11:37:49 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 53EE168C34A; Sun, 6 Oct 2024 21:37:46 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from vidala.lynne.ee (vidala.pars.ee [116.203.72.101]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E07D868BDE1 for ; Sun, 6 Oct 2024 21:37:39 +0300 (EEST) To: ffmpeg-devel@ffmpeg.org Date: Sun, 6 Oct 2024 16:24:13 +0200 Message-ID: <20241006142419.1084629-1-dev@lynne.ee> X-Mailer: git-send-email 2.45.2.753.g447d99e1c3b MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] configure: add spirv_compiler to avcodec_suggest 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: , X-Patchwork-Original-From: Lynne via ffmpeg-devel From: Lynne Reply-To: FFmpeg development discussions and patches Cc: Lynne Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: uEyLU6bi5cOw 893f3fde4cdeb made libavcodec link to libshaderc/libglslang, though no codecs depend on it at this immediate moment. This was merged largely as a coordination effort to synchronize three different developers' repositories to allow them to send patches without overlapping functionality in between. This line can be removed once the first component to depend on spirv_compiler lands, but leaving it in is fine too. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9b7236e69b..46c7481ef4 100755 --- a/configure +++ b/configure @@ -4039,7 +4039,7 @@ cws2fws_extralibs="zlib_extralibs" # libraries, in any order avcodec_deps="avutil" -avcodec_suggest="libm stdatomic liblcevc_dec" +avcodec_suggest="libm stdatomic liblcevc_dec spirv_compiler" avdevice_deps="avformat avcodec avutil" avdevice_suggest="libm stdatomic" avfilter_deps="avutil"