ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.
GNU Lesser General Public License v2.1
175 stars 76 forks source link

--disable options doesn't work from 1.9.2 onwards #38

Closed richy759 closed 2 years ago

richy759 commented 2 years ago

There seems to be a regression in disabling components from 1.9.1 onwards. Expanding on the simple no dependency build, adding --disable-encoders leaves lots of encoders enabled. This is the same for decoders, parsers etc. project_generate.exe --enable-gpl --enable-version3 --disable-bzlib --disable-iconv --disable-zlib --disable-lzma --disable-sdl2 --toolchain=msvc --disable-encoders Thanks, Richard

Sibras commented 2 years ago

Should be fixed now. I tested with a variety of different command lines and it appears to be doing the correct thing. If you notice anything then let me know.