blob: fce6d0d7d74552e32d59150a5333e5d36c93adc8 [file] [log] [blame]
Jingning Han3ee6db62015-08-05 19:00:31 -07001##
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
11VP10_DX_EXPORTS += exports_dec
12
13VP10_DX_SRCS-yes += $(VP10_COMMON_SRCS-yes)
14VP10_DX_SRCS-no += $(VP10_COMMON_SRCS-no)
15VP10_DX_SRCS_REMOVE-yes += $(VP10_COMMON_SRCS_REMOVE-yes)
16VP10_DX_SRCS_REMOVE-no += $(VP10_COMMON_SRCS_REMOVE-no)
17
Jingning Hanc4e354b2015-08-06 20:54:52 -070018VP10_DX_SRCS-yes += vp10_dx_iface.c
Jingning Han3ee6db62015-08-05 19:00:31 -070019
Jingning Han54d66ef2015-08-06 21:14:07 -070020VP10_DX_SRCS-yes += decoder/decodemv.c
21VP10_DX_SRCS-yes += decoder/decodeframe.c
22VP10_DX_SRCS-yes += decoder/decodeframe.h
23VP10_DX_SRCS-yes += decoder/detokenize.c
24VP10_DX_SRCS-yes += decoder/decodemv.h
25VP10_DX_SRCS-yes += decoder/detokenize.h
26VP10_DX_SRCS-yes += decoder/dthread.c
27VP10_DX_SRCS-yes += decoder/dthread.h
28VP10_DX_SRCS-yes += decoder/decoder.c
29VP10_DX_SRCS-yes += decoder/decoder.h
30VP10_DX_SRCS-yes += decoder/dsubexp.c
31VP10_DX_SRCS-yes += decoder/dsubexp.h
Jingning Han3ee6db62015-08-05 19:00:31 -070032
33VP10_DX_SRCS-yes := $(filter-out $(VP10_DX_SRCS_REMOVE-yes),$(VP10_DX_SRCS-yes))