Commit ca85f7f8 authored by Ted Meyer's avatar Ted Meyer Committed by Commit Bot

Add ignore_libs in the libva pkg_config

libva is dlopened regardless

Change-Id: Ice577ef78ea15ab7041db4b386eb91237d46a3d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442189Reviewed-by: default avatarBruce Dawson <brucedawson@chromium.org>
Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Reviewed-by: default avatarAndres Calderon Jaramillo <andrescj@chromium.org>
Commit-Queue: Ted Meyer <tmathmeyer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816663}
parent 1d897535
......@@ -8,6 +8,10 @@ assert(is_linux || is_chromeos, "This file should only be referenced on Linux")
pkg_config("libva") {
packages = [ "libva" ]
# Do not use exec_script to check the version here. It is done with a
# static_assert instead.
# vaapi decoders use dlopen pre-sandbox anyway to improve startup times.
ignore_libs = true
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment