ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--disable options doesn't work from 1.9.2 onwards

richy759 opened this issue · comments

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

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.