2010-05-18 19:58:33 +04:00
|
|
|
##
|
2010-09-09 16:16:39 +04:00
|
|
|
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
|
2010-05-18 19:58:33 +04:00
|
|
|
##
|
2010-06-18 20:39:21 +04:00
|
|
|
## Use of this source code is governed by a BSD-style license
|
2010-06-05 00: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 20:39:21 +04:00
|
|
|
## in the file PATENTS. All contributing project authors may
|
2010-06-05 00:19:40 +04:00
|
|
|
## be found in the AUTHORS file in the root of the source tree.
|
2010-05-18 19:58:33 +04:00
|
|
|
##
|
|
|
|
|
|
|
|
|
2010-06-03 18:29:04 +04:00
|
|
|
VP8_DX_EXPORTS += exports_dec
|
|
|
|
|
2010-05-18 19: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-16 04:41:03 +04:00
|
|
|
VP8_DX_SRCS-yes += vp8dx.mk
|
|
|
|
|
2010-05-24 19:39:59 +04:00
|
|
|
VP8_DX_SRCS-yes += vp8_dx_iface.c
|
2010-05-18 19:58:33 +04:00
|
|
|
|
|
|
|
VP8_DX_SRCS-yes += decoder/dboolhuff.c
|
|
|
|
VP8_DX_SRCS-yes += decoder/decodemv.c
|
2013-12-04 05:19:41 +04:00
|
|
|
VP8_DX_SRCS-yes += decoder/decodeframe.c
|
2010-05-18 19:58:33 +04:00
|
|
|
VP8_DX_SRCS-yes += decoder/detokenize.c
|
2011-05-02 17:30:51 +04: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 19: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 08:29:25 +03:00
|
|
|
VP8_DX_SRCS-$(CONFIG_MULTITHREAD) += decoder/threading.c
|
2010-05-18 19:58:33 +04:00
|
|
|
|
|
|
|
VP8_DX_SRCS-yes := $(filter-out $(VP8_DX_SRCS_REMOVE-yes),$(VP8_DX_SRCS-yes))
|