Description
In a fork (see https://github.com/vasilich-tregub/SVT-JPEG-XS), have corrected ifdef conditionals in x64inc.asm and nasm-related sections of the root CMakeLists.txt. Also, added checks for MSYS in CMakeLists' conditionals. With these changes, the forked repo can be readily used to build SVT-JPEG-XS in MSYS2: I've added instructions to READMEs. MSYS build is convenient: for the Windows platform, the parent repo's README recommends building FFMPEG with MSYS.
Still, there remain many lines (should we address if(UNIX)
conditionals in subproject CMakeLists files, for example) begging for update, and not just in CMakeLists files. With what has been done so far, is it enough to ask for pull request?
Build/windows/build.bat clean
runs build release
immediately after clean. Is it by design or should we separate the two operations?
Activity