Yaowu Xu | f883b42 | 2016-08-30 14:01:10 -0700 | [diff] [blame] | 1 | ## |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 2 | ## Copyright (c) 2016, Alliance for Open Media. All rights reserved |
Yaowu Xu | f883b42 | 2016-08-30 14:01:10 -0700 | [diff] [blame] | 3 | ## |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 4 | ## 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 Xu | f883b42 | 2016-08-30 14:01:10 -0700 | [diff] [blame] | 10 | ## |
| 11 | |
| 12 | |
| 13 | API_EXPORTS += exports |
| 14 | |
| 15 | API_SRCS-$(CONFIG_AV1_ENCODER) += aom.h |
| 16 | API_SRCS-$(CONFIG_AV1_ENCODER) += aomcx.h |
| 17 | API_DOC_SRCS-$(CONFIG_AV1_ENCODER) += aom.h |
| 18 | API_DOC_SRCS-$(CONFIG_AV1_ENCODER) += aomcx.h |
| 19 | |
| 20 | API_SRCS-$(CONFIG_AV1_DECODER) += aom.h |
| 21 | API_SRCS-$(CONFIG_AV1_DECODER) += aomdx.h |
| 22 | API_DOC_SRCS-$(CONFIG_AV1_DECODER) += aom.h |
| 23 | API_DOC_SRCS-$(CONFIG_AV1_DECODER) += aomdx.h |
| 24 | |
| 25 | API_DOC_SRCS-yes += aom_codec.h |
| 26 | API_DOC_SRCS-yes += aom_decoder.h |
| 27 | API_DOC_SRCS-yes += aom_encoder.h |
| 28 | API_DOC_SRCS-yes += aom_frame_buffer.h |
| 29 | API_DOC_SRCS-yes += aom_image.h |
| 30 | |
| 31 | API_SRCS-yes += src/aom_decoder.c |
| 32 | API_SRCS-yes += aom_decoder.h |
| 33 | API_SRCS-yes += src/aom_encoder.c |
| 34 | API_SRCS-yes += aom_encoder.h |
| 35 | API_SRCS-yes += internal/aom_codec_internal.h |
| 36 | API_SRCS-yes += src/aom_codec.c |
| 37 | API_SRCS-yes += src/aom_image.c |
| 38 | API_SRCS-yes += aom_codec.h |
| 39 | API_SRCS-yes += aom_codec.mk |
| 40 | API_SRCS-yes += aom_frame_buffer.h |
| 41 | API_SRCS-yes += aom_image.h |
| 42 | API_SRCS-yes += aom_integer.h |