Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/third_party/chromium/build/config/linux/libva/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 546 B image not shown  

Quelle  BUILD.gn   Sprache: unbekannt

 
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//chromium/build/config/linux/pkg_config.gni")

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
}

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]