Re: [FFmpeg-devel] Can't use __musl__ macro

2024-08-30 Thread Brad Smith
On 2024-08-30 7:07 a.m., Ramiro Polla wrote: On 2024-08-30 05:50, Brad Smith wrote: On 2024-08-29 9:47 a.m., Ramiro Polla wrote: On Mon, Aug 12, 2024 at 7:16 AM Lance Fredrickson   wrote: In commit 9e674b31606c805dd31b4bb754364a72a5877238 of ffmpeg this change tries to detect musl libc by wa

Re: [FFmpeg-devel] Can't use __musl__ macro

2024-08-30 Thread Ramiro Polla
On 2024-08-30 05:50, Brad Smith wrote: On 2024-08-29 9:47 a.m., Ramiro Polla wrote: On Mon, Aug 12, 2024 at 7:16 AM Lance Fredrickson wrote: In commit 9e674b31606c805dd31b4bb754364a72a5877238 of ffmpeg this change tries to detect musl libc by way of a "__musl__" macro. This macro however, d

Re: [FFmpeg-devel] Can't use __musl__ macro

2024-08-29 Thread Brad Smith
On 2024-08-29 9:47 a.m., Ramiro Polla wrote: Hi, On Mon, Aug 12, 2024 at 7:16 AM Lance Fredrickson wrote: In commit 9e674b31606c805dd31b4bb754364a72a5877238 of ffmpeg this change tries to detect musl libc by way of a "__musl__" macro. This macro however, doesn't exist in musl. This results in

Re: [FFmpeg-devel] Can't use __musl__ macro

2024-08-29 Thread Ramiro Polla
Hi, On Mon, Aug 12, 2024 at 7:16 AM Lance Fredrickson wrote: > In commit 9e674b31606c805dd31b4bb754364a72a5877238 of ffmpeg this change > tries to detect musl libc by way of a "__musl__" macro. This macro > however, doesn't exist in musl. This results in an "incompatible pointer > type" error un

[FFmpeg-devel] Can't use __musl__ macro

2024-08-11 Thread Lance Fredrickson
Hi all,  I use ffmpeg by way of minidlna. In commit 9e674b31606c805dd31b4bb754364a72a5877238 of ffmpeg this change tries to detect musl libc by way of a "__musl__" macro.  This macro however, doesn't exist in musl. This results in an "incompatible pointer type" error under gcc-14.2 as detectio