I tried to add the library by editing ffmpeg_options.txt (before ffmpeg's git was updated) after building with the bare minimum of libraries.
I chose ffmpegUpdate=1 and console window will show that additional libraries (eg libspeex) are being built, and the binaries will actually be generated, but ffmpeg will not be built.
Does this option only take effect when an already built library is updated?
to rebuild without waiting for ffmpeg git update, just delete .\local64\bin-video\ffmpeg.exe
I don't know this is the correct method, but I can rebuild. So close this issue.
Hi
I tried to add the library by editing ffmpeg_options.txt (before ffmpeg's git was updated) after building with the bare minimum of libraries. I chose
ffmpegUpdate=1
and console window will show that additional libraries (eg libspeex) are being built, and the binaries will actually be generated, but ffmpeg will not be built. Does this option only take effect when an already built library is updated?