Re: [FFmpeg-devel] [PATCH] Use proper header for OpenBSD PPC CPU detection

2022-06-24 Thread Michael Niedermayer
On Wed, Mar 02, 2022 at 08:34:53PM -0500, Brad Smith wrote: > Use the proper header for PPC CPU detection code. sys/param.h includes > sys/types, but sys/types.h is the more appropriate header to be used > here. will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611E

Re: [FFmpeg-devel] [PATCH] Use proper header for OpenBSD PPC CPU detection

2022-06-23 Thread Brad Smith
ping. On 3/2/2022 8:34 PM, Brad Smith wrote: Use the proper header for PPC CPU detection code. sys/param.h includes sys/types, but sys/types.h is the more appropriate header to be used here. diff --git a/libavutil/ppc/cpu.c b/libavutil/ppc/cpu.c index b022149fa0..96b491c716 100644 --- a/libavu

[FFmpeg-devel] [PATCH] Use proper header for OpenBSD PPC CPU detection

2022-03-02 Thread Brad Smith
Use the proper header for PPC CPU detection code. sys/param.h includes sys/types, but sys/types.h is the more appropriate header to be used here. diff --git a/libavutil/ppc/cpu.c b/libavutil/ppc/cpu.c index b022149fa0..96b491c716 100644 --- a/libavutil/ppc/cpu.c +++ b/libavutil/ppc/cpu.c @@ -28,7