Re: [FFmpeg-devel] Converting build to CMake

2022-08-29 Thread Jaime Rios
I might take a look at the dependencies and see what projects could be converted to CMake first, before even thinking about ffmpeg. On Sun, Aug 28, 2022 at 10:15 PM Martijn van Beurden wrote: > Op ma 29 aug. 2022 om 01:17 schreef Jaime Rios : > > > The reason I ask is that I am not a fan of ha

Re: [FFmpeg-devel] Converting build to CMake

2022-08-28 Thread Martijn van Beurden
Op ma 29 aug. 2022 om 01:17 schreef Jaime Rios : > The reason I ask is that I am not a fan of having to install MinGW just to > build on Windows > There's no need to install MinGW, just MSYS will do: https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC __

Re: [FFmpeg-devel] Converting build to CMake

2022-08-28 Thread Gerion Entrup
Am Montag, 29. August 2022, 01:31:12 CEST schrieb Gonzalo Garramuño: > > On 28/8/22 20:17, Jaime Rios wrote: > > Sorry if this has been asked before in the past. > > > > I am wondering if there has been any conversation around changing the > > current build setup of ffmpeg to CMake. > > > > The re

Re: [FFmpeg-devel] Converting build to CMake

2022-08-28 Thread Gonzalo Garramuño
On 28/8/22 20:17, Jaime Rios wrote: Sorry if this has been asked before in the past. I am wondering if there has been any conversation around changing the current build setup of ffmpeg to CMake. The reason I ask is that I am not a fan of having to install MinGW just to build on Windows, and my

[FFmpeg-devel] Converting build to CMake

2022-08-28 Thread Jaime Rios
Sorry if this has been asked before in the past. I am wondering if there has been any conversation around changing the current build setup of ffmpeg to CMake. The reason I ask is that I am not a fan of having to install MinGW just to build on Windows, and my experience so far with CMake has been