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 B9BD24734E for ; Wed, 3 Apr 2024 13:37:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6665F68D0F6; Wed, 3 Apr 2024 16:37:23 +0300 (EEST) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EA9BB68D041 for ; Wed, 3 Apr 2024 16:37:16 +0300 (EEST) Received: by mail-pj1-f45.google.com with SMTP id 98e67ed59e1d1-2a2bc7abaf4so41671a91.2 for ; Wed, 03 Apr 2024 06:37:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1712151434; x=1712756234; darn=ffmpeg.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id:from :to:cc:subject:date:message-id:reply-to; bh=JVAeMG7pe1Q2/JDjrt00azV+ZfNUGI68RPM20rf0h7k=; b=Fwrjuf6PW2B+RRTv6sbL3YY1ZB36Bd/OgGMy0hvWt2/PWONed/0hRyv6akhyo/NNZr PmML2ppwTw6hHUDTSqdB4PltR29kFZJaTxtWTuGidYSscL+uqyNFzsLxgrjP8P7sKIKd qqCXBoK9/f2KMKbtKAbdui0jeCod9unKdFBRPXOHrEA2Wh2LlRLPhkwAkrlGtdCzbeIl ayrUAbPXMfFF+MJFniimpVT5RMuDuB457YW74AMhOyPBIza1De366cVeq6MLS//Z6lAM R3zgBqR7G8AkOxmKzrrjGqmB9m3owW+SyQ7UTQyBlN4Q+WmHYDZgxfsXQwzG2bmGVG5q YMrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712151434; x=1712756234; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=JVAeMG7pe1Q2/JDjrt00azV+ZfNUGI68RPM20rf0h7k=; b=uCD9yRgDUWc24OJvqjaRtIGKWqp93RIG6P7d8z97JpAG4kfl3njx57LNBPFvv0Y4H7 t4TzqUJi04iYM7/DjwbbbPS1ajKTgVUgQs5hPyLehktzPlPHIuGB5zDufcWiX1epJbE3 nwBgOpUWc6HQ6u2yc0tG3SG3VsF3THxKQgLCO+A0XqVAz8fCT5A7WS1FX6Q0hWHW4GsU gyVR3ldnf58B9XsoCGAXSQr2M3x2ugTlJaBrkaGMqPd/fLyaBD5qCJdvYWOFty5bDzKo pr4PnwLfAizoZrhfVvPTUXSrUZkxzwpy0P1xwakH9BTWc3CYQ21zWYwB+zqaBbQJtOLC N/1w== X-Gm-Message-State: AOJu0YzYr3y43NmWLC9oF2KymZnW/Ep6KCXQZMdIATBHlYuO1q3+ofqN 90/shkN6OhASsaX6rlhb42H9Sq3nMeXSD1VPS6bdjyaCGdHRE3qaOEzj4Fhe X-Google-Smtp-Source: AGHT+IELWkGUdyBdqpwGJLH7UfINfrF7PgfA75m+DBFxdztM3IhZlXHxYQyr5BULfzzvcECIltr8BQ== X-Received: by 2002:a17:90a:4216:b0:2a0:33c2:997e with SMTP id o22-20020a17090a421600b002a033c2997emr13374364pjg.41.1712151434030; Wed, 03 Apr 2024 06:37:14 -0700 (PDT) Received: from [192.168.0.15] ([190.194.167.233]) by smtp.gmail.com with ESMTPSA id in18-20020a17090b439200b002a2ac47748asm782792pjb.25.2024.04.03.06.37.12 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 03 Apr 2024 06:37:13 -0700 (PDT) Message-ID: Date: Wed, 3 Apr 2024 10:37:29 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20240403040156.1346917-1-ezemtsov@google.com> Content-Language: en-US From: James Almer In-Reply-To: <20240403040156.1346917-1-ezemtsov@google.com> Subject: Re: [FFmpeg-devel] [PATCH] configure: Separate subsystem for Immersive Audio Model 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 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 4/3/2024 1:01 AM, Eugene Zemtsov via ffmpeg-devel wrote: > From: Eugene Zemtsov > > This change allows users to link ffmpeg as a library without > support for Immersive Audio Model by specifying --disable-iamf. > It helps to save on binary size in cases where it's important. > > Signed-off-by: Eugene Zemtsov > --- > configure | 7 ++++++- > libavformat/mov.c | 15 ++++++++++++++- > 2 files changed, 20 insertions(+), 2 deletions(-) Amended it to also include movenc and applied it. Thanks. _______________________________________________ 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".