blob: 02b50ee68e7f5fdc725dc8b578dd49a4975c1fd1 [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
config("include_config") {
include_dirs = [ "." ]
}
source_set("vp9_adapt_probs") {
sources = [
"vp9_coefficient_adaptation.c",
"vp9_coefficient_adaptation.h",
]
public_configs = [ ":include_config" ]
configs += [ "//build/config:Wno-conversion" ]
}