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 7058548A05 for ; Tue, 23 Apr 2024 05:50:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CB70F68D250; Tue, 23 Apr 2024 08:50:04 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0D25268CC49 for ; Tue, 23 Apr 2024 08:49:58 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 5CDDF40002 for ; Tue, 23 Apr 2024 05:49:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1713851397; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0IxlntbzChaBKuJww7wlSN8zHrEVhs6hA6HTtS1ll+g=; b=kUc86CNQOl7AGjGHO+JlygEIkXNf9yR+cNyK4QYBlu6kczgyl50KYRkZFTKeEDCENtzeXg 27Np8w9Kgnl8n1whkOXvySQfm1gyiLzP08HJ3vqSA1apVcn+Wu6xAc783E3ZOxGqQA8e6t T8179GTMs4Pfuoy3Pa6eVAWlPZnDQ0YeCvKSoazq3P/h4/0fWu9pyWvqFo5KYL8J1WMU8X 10evtFh2ojl8VtHyXErVGKY84QUw/NFoYAFjXL7hBADGDQq66S9Q8F9TF8p5ciA+Lz1Wmc tqY1HTYiK/xBCpbbRGYj0uwERK5uOIpgQQbpE4+VVvyIDS0R/Y6VMeCh7F5Rnw== Date: Tue, 23 Apr 2024 07:49:56 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240423054956.GH6420@pb2> References: <20240422102419.4DF4641172C@natalya.videolan.org> <20240423003655.GA2436607@pb2> <8c655f9a-78cb-4dd2-99dd-58545479085c@gmail.com> MIME-Version: 1.0 In-Reply-To: <8c655f9a-78cb-4dd2-99dd-58545479085c@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/libx265: implement dolby vision coding 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: multipart/mixed; boundary="===============7939778049284320752==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7939778049284320752== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OatFA5DZp1jyipzL" Content-Disposition: inline --OatFA5DZp1jyipzL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 22, 2024 at 09:42:11PM -0300, James Almer wrote: > On 4/22/2024 9:36 PM, Michael Niedermayer wrote: > > On Mon, Apr 22, 2024 at 10:24:18AM +0000, Niklas Haas wrote: > > > ffmpeg | branch: master | Niklas Haas | Fri Mar 29 13= :14:54 2024 +0100| [39ca87ed1ef876af9622a5aa331e18167fdfdf27] | committer: = Niklas Haas > > >=20 > > > avcodec/libx265: implement dolby vision coding > > >=20 > > > libx265 supports these natively, we just need to attach the generated > > > NALs to the x265picture, as well as setting the appropriate DV profil= e. > > >=20 > > > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=3Dcommit;h=3D39ca8= 7ed1ef876af9622a5aa331e18167fdfdf27 > > > --- > > >=20 > > > configure | 2 +- > > > libavcodec/libx265.c | 40 ++++++++++++++++++++++++++++++++++++++++ > > > 2 files changed, 41 insertions(+), 1 deletion(-) > >=20 > > breaks build here, not sure why i didnt notice this before (i should ha= ve) > >=20 > > /usr/bin/ld: libavcodec/libavcodec.a(libx265.o): in function `libx265_e= ncode_init': > > libx265.c:(.text.unlikely+0xd9c): undefined reference to `ff_dovi_confi= gure' > > /usr/bin/ld: libavcodec/libavcodec.a(libx265.o): in function `libx265_e= ncode_frame.cold': > > libx265.c:(.text.unlikely+0x1360): undefined reference to `ff_dovi_rpu_= generate' > > /usr/bin/ld: libavcodec/libavcodec.a(libx265.o): in function `libx265_e= ncode_init': > > libx265.c:(.text.unlikely+0xd9c): undefined reference to `ff_dovi_confi= gure' > > /usr/bin/ld: libavcodec/libavcodec.a(libx265.o): in function `libx265_e= ncode_frame.cold': > > libx265.c:(.text.unlikely+0x1360): undefined reference to `ff_dovi_rpu_= generate' > > /usr/bin/ld: libavcodec/libavcodec.a(libx265.o): in function `libx265_e= ncode_init': > > libx265.c:(.text.unlikely+0xd9c): undefined reference to `ff_dovi_confi= gure' > > /usr/bin/ld: libavcodec/libavcodec.a(libx265.o): in function `libx265_e= ncode_frame.cold': > > libx265.c:(.text.unlikely+0x1360): undefined reference to `ff_dovi_rpu_= generate' > > collect2: error: ld returned 1 exit status > > collect2: error: ld returned 1 exit status > > collect2: error: ld returned 1 exit status > > make: *** [Makefile:136: ffmpeg_g] Error 1 > > make: *** Waiting for unfinished jobs.... > > make: *** [Makefile:136: ffplay_g] Error 1 > > make: *** [Makefile:136: ffprobe_g] Error 1 >=20 > Should be fixed by 3032a74cac4f7979d6e70db80360634e48e13827, can you rerun > configure and check? works fine, thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Elect your leaders based on what they did after the last election, not based on what they say before an election. --OatFA5DZp1jyipzL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZidMAAAKCRBhHseHBAsP q2WqAJwJj+UX1ZYqwnC0mRaBWtU5Cx2C6QCfWxxvPieQwykwjhsL4hq7ZADanWk= =kn7E -----END PGP SIGNATURE----- --OatFA5DZp1jyipzL-- --===============7939778049284320752== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============7939778049284320752==--