blob: 33bd3fe3be59b532ff4547949b332d5f78d4037e [file] [log] [blame]
Yaowu Xuf883b422016-08-30 14:01:10 -07001##
Yaowu Xu9c01aa12016-09-01 14:32:49 -07002## Copyright (c) 2016, Alliance for Open Media. All rights reserved
Yaowu Xuf883b422016-08-30 14:01:10 -07003##
Yaowu Xu9c01aa12016-09-01 14:32:49 -07004## This source code is subject to the terms of the BSD 2 Clause License and
5## the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
6## was not distributed with this source code in the LICENSE file, you can
7## obtain it at www.aomedia.org/license/software. If the Alliance for Open
8## Media Patent License 1.0 was not distributed with this source code in the
9## PATENTS file, you can obtain it at www.aomedia.org/license/patent.
Yaowu Xuf883b422016-08-30 14:01:10 -070010##
11
12
13API_EXPORTS += exports
14
15API_SRCS-$(CONFIG_AV1_ENCODER) += aom.h
16API_SRCS-$(CONFIG_AV1_ENCODER) += aomcx.h
17API_DOC_SRCS-$(CONFIG_AV1_ENCODER) += aom.h
18API_DOC_SRCS-$(CONFIG_AV1_ENCODER) += aomcx.h
19
20API_SRCS-$(CONFIG_AV1_DECODER) += aom.h
21API_SRCS-$(CONFIG_AV1_DECODER) += aomdx.h
22API_DOC_SRCS-$(CONFIG_AV1_DECODER) += aom.h
23API_DOC_SRCS-$(CONFIG_AV1_DECODER) += aomdx.h
24
25API_DOC_SRCS-yes += aom_codec.h
26API_DOC_SRCS-yes += aom_decoder.h
27API_DOC_SRCS-yes += aom_encoder.h
28API_DOC_SRCS-yes += aom_frame_buffer.h
29API_DOC_SRCS-yes += aom_image.h
30
31API_SRCS-yes += src/aom_decoder.c
32API_SRCS-yes += aom_decoder.h
33API_SRCS-yes += src/aom_encoder.c
34API_SRCS-yes += aom_encoder.h
35API_SRCS-yes += internal/aom_codec_internal.h
36API_SRCS-yes += src/aom_codec.c
37API_SRCS-yes += src/aom_image.c
38API_SRCS-yes += aom_codec.h
39API_SRCS-yes += aom_codec.mk
40API_SRCS-yes += aom_frame_buffer.h
41API_SRCS-yes += aom_image.h
42API_SRCS-yes += aom_integer.h