Merge "VP9: refactor read_switchable_interp_filter()"
[aom.git] / vp10 / vp10dx.mk
blobfce6d0d7d74552e32d59150a5333e5d36c93adc8
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 ##
11 VP10_DX_EXPORTS += exports_dec
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)
18 VP10_DX_SRCS-yes += vp10_dx_iface.c
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
33 VP10_DX_SRCS-yes := $(filter-out $(VP10_DX_SRCS_REMOVE-yes),$(VP10_DX_SRCS-yes))