John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 1 | ## |
John Koleszar | c2140b8 | 2010-09-09 08:16:39 -0400 | [diff] [blame] | 2 | ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 3 | ## |
John Koleszar | 94c52e4 | 2010-06-18 12:39:21 -0400 | [diff] [blame] | 4 | ## Use of this source code is governed by a BSD-style license |
John Koleszar | 09202d8 | 2010-06-04 16:19:40 -0400 | [diff] [blame] | 5 | ## that can be found in the LICENSE file in the root of the source |
| 6 | ## tree. An additional intellectual property rights grant can be found |
John Koleszar | 94c52e4 | 2010-06-18 12:39:21 -0400 | [diff] [blame] | 7 | ## in the file PATENTS. All contributing project authors may |
John Koleszar | 09202d8 | 2010-06-04 16:19:40 -0400 | [diff] [blame] | 8 | ## be found in the AUTHORS file in the root of the source tree. |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 9 | ## |
| 10 | |
| 11 | |
| 12 | API_EXPORTS += exports |
| 13 | |
Johann | 7c7801e | 2012-11-15 16:41:03 -0800 | [diff] [blame] | 14 | API_SRCS-$(CONFIG_VP8_ENCODER) += vp8.h |
| 15 | API_SRCS-$(CONFIG_VP8_ENCODER) += vp8cx.h |
Johann | 999f31f | 2012-11-15 17:19:44 -0800 | [diff] [blame] | 16 | API_DOC_SRCS-$(CONFIG_VP8_ENCODER) += vp8.h |
| 17 | API_DOC_SRCS-$(CONFIG_VP8_ENCODER) += vp8cx.h |
James Zern | f12ebfc | 2014-05-14 19:45:20 -0700 | [diff] [blame] | 18 | ifeq ($(CONFIG_VP9_ENCODER),yes) |
| 19 | API_SRCS-$(CONFIG_SPATIAL_SVC) += src/svc_encodeframe.c |
| 20 | API_SRCS-$(CONFIG_SPATIAL_SVC) += svc_context.h |
| 21 | endif |
Johann | 7c7801e | 2012-11-15 16:41:03 -0800 | [diff] [blame] | 22 | |
| 23 | API_SRCS-$(CONFIG_VP8_DECODER) += vp8.h |
| 24 | API_SRCS-$(CONFIG_VP8_DECODER) += vp8dx.h |
Johann | 999f31f | 2012-11-15 17:19:44 -0800 | [diff] [blame] | 25 | API_DOC_SRCS-$(CONFIG_VP8_DECODER) += vp8.h |
| 26 | API_DOC_SRCS-$(CONFIG_VP8_DECODER) += vp8dx.h |
| 27 | |
| 28 | API_DOC_SRCS-yes += vpx_codec.h |
| 29 | API_DOC_SRCS-yes += vpx_decoder.h |
| 30 | API_DOC_SRCS-yes += vpx_encoder.h |
Frank Galligan | e8e1527 | 2014-02-05 17:44:42 -0800 | [diff] [blame] | 31 | API_DOC_SRCS-yes += vpx_frame_buffer.h |
Johann | 999f31f | 2012-11-15 17:19:44 -0800 | [diff] [blame] | 32 | API_DOC_SRCS-yes += vpx_image.h |
Johann | 7c7801e | 2012-11-15 16:41:03 -0800 | [diff] [blame] | 33 | |
Tom Finegan | d104b16 | 2015-05-14 10:46:44 -0700 | [diff] [blame] | 34 | API_SRCS-yes += src/vpx_decoder.c |
| 35 | API_SRCS-yes += vpx_decoder.h |
| 36 | API_SRCS-yes += src/vpx_encoder.c |
| 37 | API_SRCS-yes += vpx_encoder.h |
| 38 | API_SRCS-yes += internal/vpx_codec_internal.h |
Tom Finegan | d104b16 | 2015-05-14 10:46:44 -0700 | [diff] [blame] | 39 | API_SRCS-yes += src/vpx_codec.c |
| 40 | API_SRCS-yes += src/vpx_image.c |
Tom Finegan | d104b16 | 2015-05-14 10:46:44 -0700 | [diff] [blame] | 41 | API_SRCS-yes += vpx_codec.h |
| 42 | API_SRCS-yes += vpx_codec.mk |
| 43 | API_SRCS-yes += vpx_frame_buffer.h |
| 44 | API_SRCS-yes += vpx_image.h |
| 45 | API_SRCS-yes += vpx_integer.h |