MISRC Is a multi channel RF capture device for FM RF, S-Video, CVBS RAW capture and anything else, but intended and supported for the decode family of projects vhs-decode, ld-decode, hifi-decode.
58
stars
4
forks
source link
misrc_extract won't build on cpu architectures other than x86_64 #4
A known issue in the CMakeLists.txt file is, that the assembly code is always included, even on other cpu architectures. A check needs to be added, so it is only included in x86_64 builds.
Therefore no ARM64 (no matter if Linux, Mac or Windows) are possible without editing the file at the moment (also 32-bit won't work).
A known issue in the CMakeLists.txt file is, that the assembly code is always included, even on other cpu architectures. A check needs to be added, so it is only included in x86_64 builds. Therefore no ARM64 (no matter if Linux, Mac or Windows) are possible without editing the file at the moment (also 32-bit won't work).