Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to disable assembly optimizations #62

Open
frankplow opened this issue Mar 22, 2023 · 1 comment
Open

Unable to disable assembly optimizations #62

frankplow opened this issue Mar 22, 2023 · 1 comment

Comments

@frankplow
Copy link

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
@Sibras
Copy link
Member

Sibras commented Apr 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants