mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 07:52:54 +00:00
Disable vaapi
This commit is contained in:
parent
1661202cfd
commit
9b6353b562
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
%define chromium_system_libs 1
|
||||
%define ffmpeg 1
|
||||
%define icu 0
|
||||
%define libva 1
|
||||
%define libva 0
|
||||
%define clang 1
|
||||
%define jsoncpp 0
|
||||
|
||||
|
@ -577,11 +577,11 @@ ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node
|
|||
|
||||
# jumbo https://chromium.googlesource.com/chromium/src/+/master/docs/jumbo.md
|
||||
# (Alzim) 1 - localhost, 0 - ABF build
|
||||
%define localhost 0
|
||||
%define localhost 1
|
||||
%if 0%{localhost}
|
||||
%define is_limit 75
|
||||
%else
|
||||
%define is_limit 25
|
||||
%define is_limit 15
|
||||
%endif
|
||||
|
||||
%if 0%{?libva}
|
||||
|
|
Loading…
Add table
Reference in a new issue