2010-05-18 11:58:33 -04:00
|
|
|
##
|
2010-09-09 08:16:39 -04:00
|
|
|
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
|
2010-05-18 11:58:33 -04:00
|
|
|
##
|
2010-06-18 12:39:21 -04:00
|
|
|
## Use of this source code is governed by a BSD-style license
|
2010-06-04 16:19:40 -04:00
|
|
|
## that can be found in the LICENSE file in the root of the source
|
|
|
|
## tree. An additional intellectual property rights grant can be found
|
2010-06-18 12:39:21 -04:00
|
|
|
## in the file PATENTS. All contributing project authors may
|
2010-06-04 16:19:40 -04:00
|
|
|
## be found in the AUTHORS file in the root of the source tree.
|
2010-05-18 11:58:33 -04:00
|
|
|
##
|
|
|
|
|
|
|
|
|
2010-06-03 10:29:04 -04:00
|
|
|
VP8_DX_EXPORTS += exports_dec
|
|
|
|
|
2010-05-18 11:58:33 -04:00
|
|
|
VP8_DX_SRCS-yes += $(VP8_COMMON_SRCS-yes)
|
|
|
|
VP8_DX_SRCS-no += $(VP8_COMMON_SRCS-no)
|
|
|
|
VP8_DX_SRCS_REMOVE-yes += $(VP8_COMMON_SRCS_REMOVE-yes)
|
|
|
|
VP8_DX_SRCS_REMOVE-no += $(VP8_COMMON_SRCS_REMOVE-no)
|
|
|
|
|
2012-11-15 16:41:03 -08:00
|
|
|
VP8_DX_SRCS-yes += vp8dx.mk
|
|
|
|
|
2010-05-24 11:39:59 -04:00
|
|
|
VP8_DX_SRCS-yes += vp8_dx_iface.c
|
2010-05-18 11:58:33 -04:00
|
|
|
|
|
|
|
VP8_DX_SRCS-yes += decoder/dboolhuff.c
|
|
|
|
VP8_DX_SRCS-yes += decoder/decodemv.c
|
|
|
|
VP8_DX_SRCS-yes += decoder/decodframe.c
|
|
|
|
VP8_DX_SRCS-yes += decoder/detokenize.c
|
2011-05-02 15:30:51 +02:00
|
|
|
VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/ec_types.h
|
|
|
|
VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.h
|
|
|
|
VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.c
|
2010-05-18 11:58:33 -04:00
|
|
|
VP8_DX_SRCS-yes += decoder/dboolhuff.h
|
|
|
|
VP8_DX_SRCS-yes += decoder/decodemv.h
|
|
|
|
VP8_DX_SRCS-yes += decoder/decoderthreading.h
|
|
|
|
VP8_DX_SRCS-yes += decoder/detokenize.h
|
|
|
|
VP8_DX_SRCS-yes += decoder/onyxd_int.h
|
|
|
|
VP8_DX_SRCS-yes += decoder/treereader.h
|
|
|
|
VP8_DX_SRCS-yes += decoder/onyxd_if.c
|
2011-02-05 05:29:25 +00:00
|
|
|
VP8_DX_SRCS-$(CONFIG_MULTITHREAD) += decoder/threading.c
|
2013-03-02 13:42:41 -08:00
|
|
|
VP8_DX_SRCS-yes += decoder/vp8_asm_dec_offsets.c
|
2010-05-18 11:58:33 -04:00
|
|
|
|
|
|
|
VP8_DX_SRCS-yes := $(filter-out $(VP8_DX_SRCS_REMOVE-yes),$(VP8_DX_SRCS-yes))
|
2012-11-06 16:59:01 -08:00
|
|
|
|
|
|
|
$(eval $(call asm_offsets_template,\
|
2013-03-02 13:42:41 -08:00
|
|
|
vp8_asm_dec_offsets.asm, $(VP8_PREFIX)decoder/vp8_asm_dec_offsets.c))
|