Merge "ads2gas.pl: various enhancements to work with flash."
[platform/upstream/libvpx.git] / vp8 / vp8dx.mk
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
12 include $(SRC_PATH_BARE)/$(VP8_PREFIX)vp8_common.mk
13
14 VP8_DX_EXPORTS += exports_dec
15
16 VP8_DX_SRCS-yes += $(VP8_COMMON_SRCS-yes)
17 VP8_DX_SRCS-no  += $(VP8_COMMON_SRCS-no)
18 VP8_DX_SRCS_REMOVE-yes += $(VP8_COMMON_SRCS_REMOVE-yes)
19 VP8_DX_SRCS_REMOVE-no  += $(VP8_COMMON_SRCS_REMOVE-no)
20
21 VP8_DX_SRCS-yes += vp8_dx_iface.c
22
23 # common
24 #define ARM
25 #define DISABLE_THREAD
26
27 #INCLUDES += algo/vpx_common/vpx_mem/include
28 #INCLUDES += common
29 #INCLUDES += common
30 #INCLUDES += common
31 #INCLUDES += common
32 #INCLUDES += decoder
33
34
35
36 # decoder
37 #define ARM
38 #define DISABLE_THREAD
39
40 #INCLUDES += algo/vpx_common/vpx_mem/include
41 #INCLUDES += common
42 #INCLUDES += common
43 #INCLUDES += common
44 #INCLUDES += common
45 #INCLUDES += decoder
46
47 VP8_DX_SRCS-yes += decoder/asm_dec_offsets.c
48 VP8_DX_SRCS-yes += decoder/dboolhuff.c
49 VP8_DX_SRCS-yes += decoder/decodemv.c
50 VP8_DX_SRCS-yes += decoder/decodframe.c
51 VP8_DX_SRCS-yes += decoder/detokenize.c
52 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/ec_types.h
53 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.h
54 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.c
55 VP8_DX_SRCS-yes += decoder/dboolhuff.h
56 VP8_DX_SRCS-yes += decoder/decodemv.h
57 VP8_DX_SRCS-yes += decoder/decoderthreading.h
58 VP8_DX_SRCS-yes += decoder/detokenize.h
59 VP8_DX_SRCS-yes += decoder/onyxd_int.h
60 VP8_DX_SRCS-yes += decoder/treereader.h
61 VP8_DX_SRCS-yes += decoder/onyxd_if.c
62 VP8_DX_SRCS-$(CONFIG_MULTITHREAD) += decoder/threading.c
63
64 VP8_DX_SRCS-yes := $(filter-out $(VP8_DX_SRCS_REMOVE-yes),$(VP8_DX_SRCS-yes))