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

Unable to disable assembly optimizations #62

Open frankplow opened 1 year ago

frankplow commented 1 year ago

FFmpeg Version 5.1

Command Line

C:\Users\Frank\FFmpeg>.\project_generate.exe --disable-asm
Project generator (this may take several minutes, please wait)...
  Passing configure file...
  Error: Unknown option (asm) in command line option (asm)
         Use --help to get available options

Architecture-specific flags such as --disable-x86asm fail in a similar way, as do their --enable-* counterparts.

Your Environment

Sibras commented 1 year ago

The architecture flags are treated as reserved flags as theyre auto handled and thus auto enabled. Ill put disabling them on the todo list for a future version.