Adrian Schröter 2019-02-11 13:49:53 +00:00 committed by Git OBS Bridge
parent 0785fff468
commit ccfc8947f1
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:080b008f86532197710b0ca153dd35631c998131e6daa4b566d1782a1c5d3ae5
oid sha256:cbe7b31d12c8905578e2a49e07585a57a6e8cbe7d7776d2c2ac77dde2ca3d587
size 18273294

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 11 13:49:33 UTC 2019 - Adrian Schröter <adrian@suse.de>
- disable vsx on ppc64le to fix build failure
-------------------------------------------------------------------
Tue Feb 5 07:37:48 UTC 2019 - Adrian Schröter <adrian@suse.de>

View File

@ -121,6 +121,9 @@ export CXXFLAGS="%optflags -O3"
--enable-vp9-highbitdepth \
--enable-postproc \
--enable-multithread \
%ifarch ppc64le
--disable-vsx \
%endif
%ifarch armv5tel armv5el
--target=armv5te-linux-gcc \
%endif