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 ESMTPS id 7E7944D6ED for ; Sun, 23 Feb 2025 18:44:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 38D8268C727; Sun, 23 Feb 2025 20:44:46 +0200 (EET) Received: from sender-op-o19.zoho.eu (sender-op-o19.zoho.eu [136.143.169.19]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A51E368C727 for ; Sun, 23 Feb 2025 20:44:39 +0200 (EET) ARC-Seal: i=1; a=rsa-sha256; t=1740336278; cv=none; d=zohomail.eu; s=zohoarc; b=LHaqw4GO9sPdHOHo4jO/q4ry6JGq4lbr7aTYsb5f1DFyk5uWW4vLMkQXABqiIdpFYWK544spLsoI8pcjqw4nqw3uXZ1zC6lB3ApamcTBOqO+r3sbSMMj5iP9habJnzA+xT3/gIYbCOpm0HD2JqhkFQjLBJUDDbut9n4vPaKytms= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1740336278; h=Content-Type:Content-Transfer-Encoding:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=jvuHOozxE5p3tfGBfuQR2AjHWLiCYGILPAp/O0GX87k=; b=RzjBd+X7kTrfKpk1qnM0LyKbu4dLAGotgvUqPe37h8GYDNbIc8K/PudKKcySlcijBU067AiOG3bXZoR1yPewYQODl7km42oiRtJuX1a8CSfKQj3Ms5vlv7jnrZaJFYnd9dbVM2ifjwm+N6dvhy0949svtAPs1evZPdXutXlB9Fc= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=frankplowman.com; spf=pass smtp.mailfrom=post@frankplowman.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1740336278; s=zmail; d=frankplowman.com; i=post@frankplowman.com; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:References:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=jvuHOozxE5p3tfGBfuQR2AjHWLiCYGILPAp/O0GX87k=; b=D9URQ3Io7NL0IRBq7Ajjv/YaacdoTWYlD0YA1rN60+WKHB1kSXiC8egx1tPl2KtO ebPF8ohe/l5jK8XxRI4m/zNdt9isreYZ79AtsxcDd6hvD5U8RdBJHar+Hz73l3aVme6 S0uzjPA3Q898M21Q65u69c9khpdBxFr0cPIE5cfQ= Received: by mx.zoho.eu with SMTPS id 1740336276948684.297835990891; Sun, 23 Feb 2025 19:44:36 +0100 (CET) Message-ID: Date: Sun, 23 Feb 2025 18:44:36 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-GB To: ffmpeg-devel@ffmpeg.org References: <20250223133719.21559-1-nuomi2021@gmail.com> From: Frank Plowman In-Reply-To: <20250223133719.21559-1-nuomi2021@gmail.com> X-ZohoMailClient: External Subject: Re: [FFmpeg-devel] [PATCH] lavc/vvcdec: fix undefined reference to ff_h2645_pixel_aspect 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: On 23/02/2025 13:37, Nuo Mi wrote: > This issue was introduced by commit bb8e95b650de30d6e07196761d1fc61857f5462d > > Reproduce steps: > ./configure --enable-ffmpeg --disable-everything --enable-decoder=vvc --enable-parser=vvc --enable-demuxer=vvc --enable-protocol=file,pipe --enable-encoder=rawvideo,wrapped_avframe --enable-muxer=rawvideo,md5,null && make -j > --- > libavcodec/vvc/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/vvc/Makefile b/libavcodec/vvc/Makefile > index 6a28d32bc2..d1d78933d1 100644 > --- a/libavcodec/vvc/Makefile > +++ b/libavcodec/vvc/Makefile > @@ -15,3 +15,4 @@ OBJS-$(CONFIG_VVC_DECODER) += vvc/dec.o \ > vvc/ps.o \ > vvc/refs.o \ > vvc/thread.o \ > + h2645data.o \ LGTM, thanks. -- Frank _______________________________________________ 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".