guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Obs on non-x86


From: Efraim Flashner
Subject: Re: Obs on non-x86
Date: Tue, 12 Jul 2016 11:06:27 +0300
User-agent: Mutt/1.6.1 (2016-04-27)

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   <address@hidden>   אפרים פלשנר
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

[Prev in Thread] Current Thread [Next in Thread]