Merge pull request #895 from CodeLikeCXK/master

Config for VS 2022 ARM64
This commit is contained in:
Robert Beckebans 2024-06-02 16:03:24 +02:00 committed by GitHub
commit c463d69414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 17" -A arm64 -DUSE_INTRINSICS_SSE=OFF VULKAN=OFF -DFFMPEG=OFF -DBINKDEC=ON ../neo
pause