Le 13 août 2024 19:10:48 GMT+03:00, epira...@gmail.com a écrit :
>On 13 Aug 2024, at 17:51, Rémi Denis-Courmont wrote:
>
>> Le 13 août 2024 17:03:33 GMT+03:00, "J. Dekker" a écrit :
>>> From: Niklas Haas
>>>
>>> Instead of duplicating these common macros in every file, add them to
>>> the share
On 13 Aug 2024, at 17:51, Rémi Denis-Courmont wrote:
> Le 13 août 2024 17:03:33 GMT+03:00, "J. Dekker" a écrit :
>> From: Niklas Haas
>>
>> Instead of duplicating these common macros in every file, add them to
>> the shared utility file. Also add a base case for sanity.
>
> Is `#error` a standar
Le 13 août 2024 17:03:33 GMT+03:00, "J. Dekker" a écrit :
>From: Niklas Haas
>
>Instead of duplicating these common macros in every file, add them to
>the shared utility file. Also add a base case for sanity.
Is `#error` a standard directive of C11?
>---
> libavcodec/riscv/h264addpx_rvv.S | 1
From: Niklas Haas
Instead of duplicating these common macros in every file, add them to
the shared utility file. Also add a base case for sanity.
---
libavcodec/riscv/h264addpx_rvv.S | 10 --
libavcodec/riscv/h264idct_rvv.S | 10 --
libavcodec/riscv/startcode_rvb.S | 10