On Tue, Jul 12, 2016 at 09:00:19AM +0200, Andreas Enge wrote:
> Hello,
> 
> the obs package fails to build on arm:
>    http://hydra.gnu.org:3000/build/1298768/nixlog/1/tail-reload
> since it uses "-msse" and so on.
> 
> Can this be disabled on non-x86 architectures, or should we mark it
> as non available there?
> 
> Andreas

I grepped the source and found the offending code here:
https://github.com/jp9000/obs-studio/blob/master/libobs/CMakeLists.txt#L350

A quick fix would be to change `IF(NOT MSVC)' to `IF(MSVC)' and (without
checking) that would likely get the old functionality back, but I bet
there's somewhere else we can change it.

Looking at git blame that code has been there for almost 2 years, so it
looks like something else changed that caused them to either change the
default config or finally read and process the flags.

-- 
Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature

Reply via email to