Jingning Han | 3ee6db6 | 2015-08-05 19:00:31 -0700 | [diff] [blame] | 1 | ## |
| 2 | ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
| 3 | ## |
| 4 | ## Use of this source code is governed by a BSD-style license |
| 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 |
| 7 | ## in the file PATENTS. All contributing project authors may |
| 8 | ## be found in the AUTHORS file in the root of the source tree. |
| 9 | ## |
| 10 | |
| 11 | VP10_DX_EXPORTS += exports_dec |
| 12 | |
| 13 | VP10_DX_SRCS-yes += $(VP10_COMMON_SRCS-yes) |
| 14 | VP10_DX_SRCS-no += $(VP10_COMMON_SRCS-no) |
| 15 | VP10_DX_SRCS_REMOVE-yes += $(VP10_COMMON_SRCS_REMOVE-yes) |
| 16 | VP10_DX_SRCS_REMOVE-no += $(VP10_COMMON_SRCS_REMOVE-no) |
| 17 | |
Jingning Han | c4e354b | 2015-08-06 20:54:52 -0700 | [diff] [blame] | 18 | VP10_DX_SRCS-yes += vp10_dx_iface.c |
Jingning Han | 3ee6db6 | 2015-08-05 19:00:31 -0700 | [diff] [blame] | 19 | |
Jingning Han | 54d66ef | 2015-08-06 21:14:07 -0700 | [diff] [blame] | 20 | VP10_DX_SRCS-yes += decoder/decodemv.c |
| 21 | VP10_DX_SRCS-yes += decoder/decodeframe.c |
| 22 | VP10_DX_SRCS-yes += decoder/decodeframe.h |
| 23 | VP10_DX_SRCS-yes += decoder/detokenize.c |
| 24 | VP10_DX_SRCS-yes += decoder/decodemv.h |
| 25 | VP10_DX_SRCS-yes += decoder/detokenize.h |
| 26 | VP10_DX_SRCS-yes += decoder/dthread.c |
| 27 | VP10_DX_SRCS-yes += decoder/dthread.h |
| 28 | VP10_DX_SRCS-yes += decoder/decoder.c |
| 29 | VP10_DX_SRCS-yes += decoder/decoder.h |
| 30 | VP10_DX_SRCS-yes += decoder/dsubexp.c |
| 31 | VP10_DX_SRCS-yes += decoder/dsubexp.h |
Jingning Han | 3ee6db6 | 2015-08-05 19:00:31 -0700 | [diff] [blame] | 32 | |
| 33 | VP10_DX_SRCS-yes := $(filter-out $(VP10_DX_SRCS_REMOVE-yes),$(VP10_DX_SRCS-yes)) |