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 D34074B183 for ; Thu, 30 May 2024 14:21:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D270B68D362; Thu, 30 May 2024 17:21:37 +0300 (EEST) Received: from mail-pg1-f175.google.com (mail-pg1-f175.google.com [209.85.215.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 454C668CC1B for ; Thu, 30 May 2024 17:21:31 +0300 (EEST) Received: by mail-pg1-f175.google.com with SMTP id 41be03b00d2f7-6819b3c92bbso814225a12.2 for ; Thu, 30 May 2024 07:21:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717078889; x=1717683689; darn=ffmpeg.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=5exhzDfKgZhPMoYi/SEe7Z+sU8cZlQAbRQ/YN/Ag0VM=; b=KULfJQgwh2XXMg1TUtr63jCnrxrka0EcMunwON6TUfI/U/pdFWDoVu0nXUsWqgQtcx PDCMSYZs7MGWCLYYx6LJtToh2CMdYevrc1sBY8gUPzfOLgbNMcR3FE2d284cRnx5HVQq uDm6YW3IQFbd0CPSNLaCsmUkKDZP28+KH6knILwPbIir2XpvScWZn7VmzTLmym7VpNDQ kyzzOLA6E/6sXjfJTuQfiS1/zBpEiyJoH3EYI/3sR632qpb6693O21mWGM+wVe4BJCKv txZp2qHV1hALrQHjMu0O9p8y4/OVcD6qGBptrlCpq8+sLaKOa3gKlenBjkSkayGTGIrE X9NA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717078889; x=1717683689; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=5exhzDfKgZhPMoYi/SEe7Z+sU8cZlQAbRQ/YN/Ag0VM=; b=E1aoSGbj1cqGzXMFEq7S0jpFpC5ay3cbLXPmG3codzrXgmkGaznZn9dpWm2qEQw0Ie Yuy2fsyuGja1nFBqRlC7yb/4fU/z/shGl5I64eebXF4UkdSa0ohVIzPfF6j3/ezB/FPY bIP7gl53bUa58N45kct4wkQN+422vt5okaWvF5tVoGX2IMTt/D/Of7VaDe7IsLSFXXt2 HbqqtHJ36kDNMIBrRukmSzqab93KAqqzVKt0RtGzOpEGn1es0ddqp/BOH7tnIxLU5u7Y pKX/yMm4G8mleljOJw+Zrf12H3fTP+HB/B1xNg89u1IFGAc0Cu6DTzJROHRDufUZQMbF wPiA== X-Gm-Message-State: AOJu0YxSt40XOE2dm3Li44PEu2UiBO3OuLDED7XAkMrvV+KlY91s97UL 4JHaoNZGI3G3RwMxexAAPuFND1+OIC2iHea80eciKCpMOEEiHwFa7Jpsg4BnRs61PAMZEoJP6+n zVC25LyV06BwokDFCi2Zjj/iUxjBp2z3k51NbrvpQ X-Google-Smtp-Source: AGHT+IGVBdub2lzGmQKEdrsoc93f0TvMoYZq2lVybUclVKadNOtHKPIiM6GNB59r12vZJ4EZTRLikqaCr9nj2q+jYz8= X-Received: by 2002:a17:90a:8a8a:b0:2c1:a77c:6673 with SMTP id 98e67ed59e1d1-2c1abc3cff7mr2720385a91.38.1717078888658; Thu, 30 May 2024 07:21:28 -0700 (PDT) MIME-Version: 1.0 References: <20240501183809.1060-1-ovchinnikov.dmitrii@gmail.com> <20240501183809.1060-2-ovchinnikov.dmitrii@gmail.com> <20240502195543.GD6420@pb2> In-Reply-To: <20240502195543.GD6420@pb2> From: Dmitrii Ovchinnikov Date: Thu, 30 May 2024 16:21:17 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 02/10, v2] avcodec: add amfdec. 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-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: In the new version, I removed unnecessary includes and cleaned up the code (https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=11968). It didn't seem to help. On my local computer build is successful in all configurations that I have tried. The file mentioned in the error is also already used in the encoder. Could you share the log and output of the configure command? I will try to understand the difference from my case. _______________________________________________ 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".