Re: [FFmpeg-devel] [PATCH] download: remove unmaintained linux binary source

2025-06-22 Thread Gyan Doshi
On 2025-06-21 11:42 pm, compn wrote: On Thu, 19 Jun 2025 15:04:27 +0530, Gyan Doshi wrote: This source looks to be unmaintained since 2024 August. The latest ffmpeg git master build is from 2024 June, and the latest release build is 7.0.2, from 2024 August. --- src/download | 2 -- 1 fil

Re: [FFmpeg-devel] [PATCH] download: remove unmaintained linux binary source

2025-06-21 Thread compn
On Thu, 19 Jun 2025 15:04:27 +0530, Gyan Doshi wrote: > This source looks to be unmaintained since 2024 August. > > The latest ffmpeg git master build is from 2024 June, and the latest > release build is 7.0.2, from 2024 August. > --- > src/download | 2 -- > 1 file changed, 2 deletions(-) > >

[FFmpeg-devel] [PATCH] download: remove unmaintained linux binary source

2025-06-19 Thread Gyan Doshi
This source looks to be unmaintained since 2024 August. The latest ffmpeg git master build is from 2024 June, and the latest release build is 7.0.2, from 2024 August. --- src/download | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/download b/src/download index 105eb56..46c581a 100644 --