Re: [FFmpeg-devel] [PATCH] configure: add initial RISC-V support

2021-11-07 Thread Anton Khirnov
Quoting Michael Niedermayer (2021-11-02 16:32:28) > On Mon, Nov 01, 2021 at 10:02:50PM -0400, Brad Smith wrote: > > On 11/1/2021 8:31 AM, Michael Niedermayer wrote: > > > > > On Fri, Oct 29, 2021 at 04:43:16PM -0400, Brad Smith wrote: > > > > On 10/29/2021 2:39 PM, Michael Niedermayer wrote: > >

Re: [FFmpeg-devel] [PATCH] configure: add initial RISC-V support

2021-11-02 Thread Michael Niedermayer
On Mon, Nov 01, 2021 at 10:02:50PM -0400, Brad Smith wrote: > On 11/1/2021 8:31 AM, Michael Niedermayer wrote: > > > On Fri, Oct 29, 2021 at 04:43:16PM -0400, Brad Smith wrote: > > > On 10/29/2021 2:39 PM, Michael Niedermayer wrote: > > > > > > > On Thu, Oct 28, 2021 at 06:13:30PM -0400, Brad

Re: [FFmpeg-devel] [PATCH] configure: add initial RISC-V support

2021-11-01 Thread Michael Niedermayer
On Fri, Oct 29, 2021 at 04:43:16PM -0400, Brad Smith wrote: > On 10/29/2021 2:39 PM, Michael Niedermayer wrote: > > > On Thu, Oct 28, 2021 at 06:13:30PM -0400, Brad Smith wrote: > > > ping. > > > > > > On 8/8/2021 8:48 PM, Brad Smith wrote: > > > > ping. > > > > > > > > On 7/25/2021 6:31 PM,

Re: [FFmpeg-devel] [PATCH] configure: add initial RISC-V support

2021-10-29 Thread Michael Niedermayer
On Thu, Oct 28, 2021 at 06:13:30PM -0400, Brad Smith wrote: > ping. > > On 8/8/2021 8:48 PM, Brad Smith wrote: > > ping. > > > > On 7/25/2021 6:31 PM, Brad Smith wrote: > > > OpenBSD only supports riscv64 but this is an attempt at adding > > > some of the initial bits for RISC-V support. > > >

Re: [FFmpeg-devel] [PATCH] configure: add initial RISC-V support

2021-08-08 Thread Brad Smith
ping. On 7/25/2021 6:31 PM, Brad Smith wrote: OpenBSD only supports riscv64 but this is an attempt at adding some of the initial bits for RISC-V support. diff --git a/configure b/configure index b3b8065188..8b5edaa01e 100755 --- a/configure +++ b/configure @@ -2021,6 +2021,7 @@ ARCH_LIST="

[FFmpeg-devel] [PATCH] configure: add initial RISC-V support

2021-07-25 Thread Brad Smith
OpenBSD only supports riscv64 but this is an attempt at adding some of the initial bits for RISC-V support. diff --git a/configure b/configure index b3b8065188..8b5edaa01e 100755 --- a/configure +++ b/configure @@ -2021,6 +2021,7 @@ ARCH_LIST=" parisc ppc ppc64 +riscv