xref: /aosp_15_r20/external/openscreen/third_party/aomedia/BUILD.gn (revision 3f982cf4871df8771c9d4abe6e9a6f8d829b2736)
1# Copyright (c) 2021 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5config("aomedia_config") {
6  include_dirs = [ "src" ]
7}
8
9source_set("aomedia") {
10  sources = [
11    "aom/aom_encoder.h",
12    "aom/aomcx.h",
13  ]
14}
15