Re: [FFmpeg-devel] [PATCH] configure: warn when threading is disabled

2023-10-03 Thread Anton Khirnov
Quoting James Almer (2023-10-03 15:40:12) > On 10/3/2023 10:37 AM, Anton Khirnov wrote: > > Explicitly state what the implications of this are. > > --- > > configure | 6 ++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/configure b/configure > > index 8a1a1b8584..5ba2698798 10075

Re: [FFmpeg-devel] [PATCH] configure: warn when threading is disabled

2023-10-03 Thread James Almer
On 10/3/2023 10:37 AM, Anton Khirnov wrote: Explicitly state what the implications of this are. --- configure | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 8a1a1b8584..5ba2698798 100755 --- a/configure +++ b/configure @@ -7493,6 +7493,12 @@ check_deps $C

[FFmpeg-devel] [PATCH] configure: warn when threading is disabled

2023-10-03 Thread Anton Khirnov
Explicitly state what the implications of this are. --- configure | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 8a1a1b8584..5ba2698798 100755 --- a/configure +++ b/configure @@ -7493,6 +7493,12 @@ check_deps $CONFIG_LIST \ enabled threads && ! enabl