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

Is there any way to setup ffmpeg visual studio project using llvm?? #113

Open
sgxu opened this issue Oct 23, 2024 · 1 comment
Open

Is there any way to setup ffmpeg visual studio project using llvm?? #113

sgxu opened this issue Oct 23, 2024 · 1 comment

Comments

@sgxu
Copy link

sgxu commented Oct 23, 2024

similarly:
cmake -G "Visual Studio 17 2022" -A ARM64 -T ClangCl -Bbuild/windows2022 -H.

or Is there any way to build ffmpeg using ninja ?

@Sibras
Copy link
Member

Sibras commented Oct 26, 2024

FFmpeg only has a single officially supported build tool and thats using its configure/make files. This project adds a Visual Studio project option which you can open and change the "platform toolset" to clang-cl (if you have clang-cl installed as part of your visual studio installation. However, this hasnt been tested and may cause some issues. ARM64 is also not supported by the VS project files so if you want to compile for arm youll have to use the stock ffmpeg build files (see the ffmpeg official documentation on how to do that)

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