2012-11-01 22:09:58 +04:00
|
|
|
##
|
|
|
|
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
|
|
|
|
##
|
|
|
|
## Use of this source code is governed by a BSD-style license
|
|
|
|
## that can be found in the LICENSE file in the root of the source
|
|
|
|
## tree. An additional intellectual property rights grant can be found
|
|
|
|
## in the file PATENTS. All contributing project authors may
|
|
|
|
## be found in the AUTHORS file in the root of the source tree.
|
|
|
|
##
|
|
|
|
|
|
|
|
VP9_DX_EXPORTS += exports_dec
|
|
|
|
|
|
|
|
VP9_DX_SRCS-yes += $(VP9_COMMON_SRCS-yes)
|
|
|
|
VP9_DX_SRCS-no += $(VP9_COMMON_SRCS-no)
|
|
|
|
VP9_DX_SRCS_REMOVE-yes += $(VP9_COMMON_SRCS_REMOVE-yes)
|
|
|
|
VP9_DX_SRCS_REMOVE-no += $(VP9_COMMON_SRCS_REMOVE-no)
|
|
|
|
|
|
|
|
VP9_DX_SRCS-yes += vp9_dx_iface.c
|
|
|
|
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decodemv.c
|
2013-11-16 00:48:43 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decodeframe.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decodeframe.h
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_detokenize.c
|
2013-12-28 03:25:54 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_dthread.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_dthread.h
|
2013-12-20 23:22:25 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_reader.h
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_reader.c
|
2014-03-04 03:21:22 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_read_bit_buffer.c
|
2013-05-29 05:07:54 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_read_bit_buffer.h
|
2012-11-28 01:59:17 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decodemv.h
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_detokenize.h
|
2014-03-07 00:08:20 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decoder.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decoder.h
|
2013-07-31 09:46:58 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_thread.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_thread.h
|
2013-06-25 22:52:44 +04:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_dsubexp.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_dsubexp.h
|
2012-11-01 22:09:58 +04:00
|
|
|
|
|
|
|
VP9_DX_SRCS-yes := $(filter-out $(VP9_DX_SRCS_REMOVE-yes),$(VP9_DX_SRCS-yes))
|