Stefan-Olt / MISRC

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.
48 stars 4 forks source link

misrc_extract won't build on cpu architectures other than x86_64 #4

Closed Stefan-Olt closed 7 months ago

Stefan-Olt commented 7 months ago

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).

Stefan-Olt commented 7 months ago

Found a nice test routine in xiph.org/flac cmake build files