From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h10bi-00052O-Dj for guix-patches@gnu.org; Mon, 04 Mar 2019 22:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h10bg-0007de-B0 for guix-patches@gnu.org; Mon, 04 Mar 2019 22:19:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46887) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h10be-0007Yh-6G for guix-patches@gnu.org; Mon, 04 Mar 2019 22:19:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h10bd-0002ST-P5 for guix-patches@gnu.org; Mon, 04 Mar 2019 22:19:01 -0500 Subject: [bug#34050] [PATCH] gnu: Add libaom and activate AV1 support in ffmpeg. updated Resent-Message-ID: Date: Mon, 4 Mar 2019 22:18:10 -0500 From: Leo Famulari Message-ID: <20190305031810.GA14749@jasmine.lan> References: <871s5iemss.fsf@web.de> <87va2l4l02.fsf@web.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: <87va2l4l02.fsf@web.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arne Babenhauserheide Cc: 34050@debbugs.gnu.org --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 19, 2019 at 12:13:49AM +0100, Arne Babenhauserheide wrote: > The following patch now avoids breaking ffmpeg-3.4. >=20 > From f4406df33f1ed6dd64757f43ea7354fd5a88d2d3 Mon Sep 17 00:00:00 2001 > From: Arne Babenhauserheide > Date: Sat, 12 Jan 2019 01:24:58 +0100 > Subject: [PATCH] gnu: Add libaom and activate AV1 support in ffmpeg. >=20 > * gnu/packages/video.scm (libaom): New variable. > * gnu/packages/video.scm (ffmpeg): Add libaom support. > [inputs] new input libaom. > [arguments] new configure-flag --enable-libaom. > * gnu/packages/video.scm (ffmpeg-3.4): filter out libaom. > [inputs] remove inherited libaom > [arguments] remove inherited configure-flag --enable-libaom Sorry, this fell through the cracks. I noticed that ffmpeg-for-stepmania (FFmpeg 2) isn't addressed by this patch. So, I built ffmpeg-3.4 without filtering out the libaom stuff and it does build, so I'm wondering how it breaks? --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlx96m8ACgkQJkb6MLrK fwjwNA/9HzI6hK+khKS+gEuleMDkAW23RF4bZaMnxmOO3A8G0qqLfxIPX7SvD7NI RuASVCUBJCbjBOdXgrsPIp5RTvier5tbYjTk7BsfHtgcl6ekEztGd3SBuZ9TSdHo uwMAoYbarnykPkaTfZUolimOTLVjZJAEF50JFrMpyhBydYSm4nFUsZRlqbqOm86l 7HhV0wOE+HrplNm1FM8pkXyzncMPv7fbviyw7CelB+6FebYRg5zyCBTMjWs7q4KP twVT1pMvBcovl+RvJv85b/8HL1tdOVJEyFugSm14lJ5B1n2FaREKmqswY+25S46r e4OGJ4o0y3wnTlG1kghmA0RPzm7dD5xnIkJwXcNN9I0yhBVo+Qkqos5YGma5dak9 GWvJhEShTOboeo6uuMb6yeUcYPxXbzOr0cRvkwZvWXmRC3fmPUluCLpYScB9HW5c Vt9L22cccy6DQXprT9f81g+iL1WNbis1+qtPNDJF3F702isdxz+9YLa+2HeR53Ul 1+cGpuPASafkTbKMAa81ocig2IwpnruTLrc3l4ssyg104d4pshAEKNDkyyFEHrIg vbfHZOlvFxRdk3Zx3UTwlka+9SIWkwpK6EaWVl2XCv86ml1O+Q6UXtTZtER+FUcq 8KvWwpeZUfZ3/664yognUVQD3jo6ReMoHqaMA209/ndCRUMiyuk= =s+wj -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7--