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

Unable to disable assembly optimizations

frankplow opened this issue · comments

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

  • Visual Studio Version: Community 2022
  • Operating System and Version: Windows 11 Arm64 insider preview via. VM

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.