lord_of_the_licias
New Member
Okay, I'm using the compiled libraries provided by obs, but I would like to compile it myself to use in other projects avoiding license issues, the problem is, it's hell to configure, it always generates GNU makefiles, basically I open MSYS2 through the visual studio command line, and it always generates GNU makefile, I can't understand why they don't use CMake or simply provide the already compiled libs, this is the command I use:
./configure --toolchain=msvc --target-os=win64 --arch=x86_64 --enable-yasm --enable-asm --enable-shared --disable-static --disable-programs
I also followed these tutorials and it didn't help. https://www.roxlu.com/2019/062/compiling-ffmpeg-with-x264-on-windows-10-using-msvc https://pracucci.com/compile-ffmpeg-on-windows-with-visual-studio-compiler.html
./configure --toolchain=msvc --target-os=win64 --arch=x86_64 --enable-yasm --enable-asm --enable-shared --disable-static --disable-programs
I also followed these tutorials and it didn't help. https://www.roxlu.com/2019/062/compiling-ffmpeg-with-x264-on-windows-10-using-msvc https://pracucci.com/compile-ffmpeg-on-windows-with-visual-studio-compiler.html