Disable vaapi

This commit is contained in:
Алзим 2018-09-26 12:49:05 +03:00
parent 1661202cfd
commit 9b6353b562

View file

@ -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}