Re: UPDATE: aom 3.8.1

2024-03-05 Thread Peter Hessler
On 2024 Mar 03 (Sun) at 17:37:28 -0500 (-0500), Brad Smith wrote: :On Sun, Mar 03, 2024 at 04:26:14PM +0100, Peter Hessler wrote: :> This fails to build for me on arm64: :> :> ===> Configuring for aom-3.8.1 :> -- The C compiler identification is Clang 16.0.6 :> -- The CXX compiler identification

Re: UPDATE: aom 3.8.1

2024-03-03 Thread Brad Smith
On Sun, Mar 03, 2024 at 04:26:14PM +0100, Peter Hessler wrote: > This fails to build for me on arm64: > > ===> Configuring for aom-3.8.1 > -- The C compiler identification is Clang 16.0.6 > -- The CXX compiler identification is Clang 16.0.6 > -- Detecting C compiler ABI info > -- Detecting C

Re: UPDATE: aom 3.8.1

2024-03-03 Thread Jan Beich
Stuart Henderson writes: > On 2024/03/03 16:26, Peter Hessler wrote: >> --- aom_configure: Detected CPU: arm64 >> -- The ASM compiler identification is unknown >> -- Found assembler: as >> CMake Error at build/cmake/aom_configure.cmake:212 (enable_language): >> The CMAKE_ASM_COMPILER: >> >>

Re: UPDATE: aom 3.8.1

2024-03-03 Thread Stuart Henderson
On 2024/03/03 16:26, Peter Hessler wrote: > This fails to build for me on arm64: > > ===> Configuring for aom-3.8.1 > -- The C compiler identification is Clang 16.0.6 > -- The CXX compiler identification is Clang 16.0.6 > -- Detecting C compiler ABI info > -- Detecting C compiler ABI info - done

Re: UPDATE: aom 3.8.1

2024-03-03 Thread Peter Hessler
This fails to build for me on arm64: ===> Configuring for aom-3.8.1 -- The C compiler identification is Clang 16.0.6 -- The CXX compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler:

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Stuart Henderson
On 2024/02/28 17:28, Jan Beich wrote: > Brad Smith writes: > > > GH_ACCOUNT=jbeich > > GH_PROJECT=aom > > -GH_TAGNAME=v3.6.1 > > +GH_TAGNAME=v3.8.1 > > If you don't use snapshots or RCs better migrate off my GitHub mirror. > According to Repology the download

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Mark Kettenis
> Date: Wed, 28 Feb 2024 16:17:54 + > From: Stuart Henderson > > +cc kettenis for the IBT patch Looks good to me. > On 2024/02/28 16:15, Stuart Henderson wrote: > > On 2024/02/23 17:19, Brad Smith wrote: > > > Here is an update to aom 3.8.1. > > > > > >

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Jan Beich
Brad Smith writes: > GH_ACCOUNT= jbeich > GH_PROJECT= aom > -GH_TAGNAME= v3.6.1 > +GH_TAGNAME= v3.8.1 If you don't use snapshots or RCs better migrate off my GitHub mirror. According to Repology the download link would be https://storage.googleapis.com/aom-releases/libaom-3.8.1.tar.gz

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Stuart Henderson
+cc kettenis for the IBT patch On 2024/02/28 16:15, Stuart Henderson wrote: > On 2024/02/23 17:19, Brad Smith wrote: > > Here is an update to aom 3.8.1. > > > > https://aomedia.googlesource.com/aom/+/refs/heads/main/CHANGELOG > > Here's a tweaked version adding yasm-compatible endbr64 magic to

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Stuart Henderson
On 2024/02/23 17:19, Brad Smith wrote: > Here is an update to aom 3.8.1. > > https://aomedia.googlesource.com/aom/+/refs/heads/main/CHANGELOG Here's a tweaked version adding yasm-compatible endbr64 magic to x86inc.asm. Similar to what I added to audio/deadbeef but the definitions in

UPDATE: aom 3.8.1

2024-02-23 Thread Brad Smith
Here is an update to aom 3.8.1. https://aomedia.googlesource.com/aom/+/refs/heads/main/CHANGELOG Index: Makefile === RCS file: /cvs/ports/multimedia/aom/Makefile,v retrieving revision 1.20 diff -u -p -u -p -r1.20 Makefile ---