2012-11-01 11:09:58 -07: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-27 13:59:17 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decodemv.c
|
2013-11-15 12:48:43 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decodeframe.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decodeframe.h
|
2012-11-27 13:59:17 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_detokenize.c
|
2013-12-27 15:25:54 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_dthread.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_dthread.h
|
2013-12-20 11:22:25 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_reader.h
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_reader.c
|
2013-05-28 18:07:54 -07:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_read_bit_buffer.h
|
2012-11-27 13:59:17 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_decodemv.h
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_detokenize.h
|
2012-12-20 15:39:43 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_onyxd.h
|
2012-11-27 13:59:17 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_onyxd_int.h
|
2013-07-30 22:46:58 -07:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_thread.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_thread.h
|
2012-11-27 13:59:17 -08:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_onyxd_if.c
|
2013-06-25 11:52:44 -07:00
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_dsubexp.c
|
|
|
|
VP9_DX_SRCS-yes += decoder/vp9_dsubexp.h
|
2012-11-01 11:09:58 -07:00
|
|
|
|
|
|
|
VP9_DX_SRCS-yes := $(filter-out $(VP9_DX_SRCS_REMOVE-yes),$(VP9_DX_SRCS-yes))
|