]>
git.nihav.org Git - nihav-player.git/blob - nihed-cros-libva/bindgen.sh
2 # Copyright 2022 The ChromiumOS Authors
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
6 # Regenerate libva bindgen bindings.
10 --raw-line "pub mod constants;" \
12 --constified-enum-module "VA.*" \
13 --allowlist-function "va.*" \
14 --allowlist-type ".*MPEG2.*|.*VP8.*|.*VP9.*|.*H264.*" \
19 --allowlist-var "VA.*" \
21 > src
/bindings
/va
/constants.rs