singe/thirdparty/ffms2/build-msvc
2023-10-23 19:38:18 -05:00
..
ffms2.sln Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
ffms2.vcxproj Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
ffms2.vcxproj.filters Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
ffmsindex.vcxproj Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
ffmsindex.vcxproj.filters Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Readme.txt Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00

BUILD INSTRUCTIONS FOR WINDOWS

The included projects require Visual Studio 2019 with an integrated vcpkg.

Run `vcpkg install ffmpeg:x64-windows-static` or `vcpkg install ffmpeg:x86-windows-static`
depending on the configuration you want to build.

In addition to this the Avisynth+ headers are also needed. The include path is set
to be relative to the FFMS2 directory by default.