blob: b77f45817b003aaad6103c0759af6ae2c2a30ed3 [file] [log] [blame]
John Koleszar0ea50ce2010-05-18 11:58:33 -04001##
John Koleszarc2140b82010-09-09 08:16:39 -04002## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
John Koleszar0ea50ce2010-05-18 11:58:33 -04003##
John Koleszar94c52e42010-06-18 12:39:21 -04004## Use of this source code is governed by a BSD-style license
John Koleszar09202d82010-06-04 16:19:40 -04005## 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 Koleszar94c52e42010-06-18 12:39:21 -04007## in the file PATENTS. All contributing project authors may
John Koleszar09202d82010-06-04 16:19:40 -04008## be found in the AUTHORS file in the root of the source tree.
John Koleszar0ea50ce2010-05-18 11:58:33 -04009##
10
11
12API_EXPORTS += exports
13
Johann7c7801e2012-11-15 16:41:03 -080014API_SRCS-$(CONFIG_VP8_ENCODER) += vp8.h
15API_SRCS-$(CONFIG_VP8_ENCODER) += vp8cx.h
Johann999f31f2012-11-15 17:19:44 -080016API_DOC_SRCS-$(CONFIG_VP8_ENCODER) += vp8.h
17API_DOC_SRCS-$(CONFIG_VP8_ENCODER) += vp8cx.h
James Zernf12ebfc2014-05-14 19:45:20 -070018ifeq ($(CONFIG_VP9_ENCODER),yes)
19 API_SRCS-$(CONFIG_SPATIAL_SVC) += src/svc_encodeframe.c
20 API_SRCS-$(CONFIG_SPATIAL_SVC) += svc_context.h
21endif
Johann7c7801e2012-11-15 16:41:03 -080022
23API_SRCS-$(CONFIG_VP8_DECODER) += vp8.h
24API_SRCS-$(CONFIG_VP8_DECODER) += vp8dx.h
Johann999f31f2012-11-15 17:19:44 -080025API_DOC_SRCS-$(CONFIG_VP8_DECODER) += vp8.h
26API_DOC_SRCS-$(CONFIG_VP8_DECODER) += vp8dx.h
27
28API_DOC_SRCS-yes += vpx_codec.h
29API_DOC_SRCS-yes += vpx_decoder.h
30API_DOC_SRCS-yes += vpx_encoder.h
Frank Galligane8e15272014-02-05 17:44:42 -080031API_DOC_SRCS-yes += vpx_frame_buffer.h
Johann999f31f2012-11-15 17:19:44 -080032API_DOC_SRCS-yes += vpx_image.h
Johann7c7801e2012-11-15 16:41:03 -080033
Tom Finegand104b162015-05-14 10:46:44 -070034API_SRCS-yes += src/vpx_decoder.c
35API_SRCS-yes += vpx_decoder.h
36API_SRCS-yes += src/vpx_encoder.c
37API_SRCS-yes += vpx_encoder.h
38API_SRCS-yes += internal/vpx_codec_internal.h
Tom Finegand104b162015-05-14 10:46:44 -070039API_SRCS-yes += src/vpx_codec.c
40API_SRCS-yes += src/vpx_image.c
Tom Finegand104b162015-05-14 10:46:44 -070041API_SRCS-yes += vpx_codec.h
42API_SRCS-yes += vpx_codec.mk
43API_SRCS-yes += vpx_frame_buffer.h
44API_SRCS-yes += vpx_image.h
45API_SRCS-yes += vpx_integer.h