Closed Froxcey closed 2 years ago
The M1 macs have emulation for running x86 software on ARM CPUs (google M1 rosetta 2). This is almost guaranteed to impact performance and Apple may eventually drop support for rosetta (or make it optional) so I don't want to claim to support ARM until a native build is available.
I was able to build arm64 with the following command.
cmake -DLibObs_ROOT="../obs-studio" -DDISABLE_X86_SIMD=ON -DBUILTIN_FFTW=ON -DCMAKE_OSX_ARCHITECTURES=arm64 -B build . cmake --build build --config Release
Thanks .
Native ARM builds now provided as of 1.4.0
I have an arm Mac, and I tested the OBS plugin. On the release page, it says it's x64 only, but it works perfectly fine on my machine. It's smooth, and everything works.