xref: /aosp_15_r20/external/libvpx/vp9/vp9dx.mk (revision fb1b10ab9aebc7c7068eedab379b749d7e3900be)
1*fb1b10abSAndroid Build Coastguard Worker##
2*fb1b10abSAndroid Build Coastguard Worker##  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3*fb1b10abSAndroid Build Coastguard Worker##
4*fb1b10abSAndroid Build Coastguard Worker##  Use of this source code is governed by a BSD-style license
5*fb1b10abSAndroid Build Coastguard Worker##  that can be found in the LICENSE file in the root of the source
6*fb1b10abSAndroid Build Coastguard Worker##  tree. An additional intellectual property rights grant can be found
7*fb1b10abSAndroid Build Coastguard Worker##  in the file PATENTS.  All contributing project authors may
8*fb1b10abSAndroid Build Coastguard Worker##  be found in the AUTHORS file in the root of the source tree.
9*fb1b10abSAndroid Build Coastguard Worker##
10*fb1b10abSAndroid Build Coastguard Worker
11*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_EXPORTS += exports_dec
12*fb1b10abSAndroid Build Coastguard Worker
13*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += $(VP9_COMMON_SRCS-yes)
14*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-no  += $(VP9_COMMON_SRCS-no)
15*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS_REMOVE-yes += $(VP9_COMMON_SRCS_REMOVE-yes)
16*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS_REMOVE-no  += $(VP9_COMMON_SRCS_REMOVE-no)
17*fb1b10abSAndroid Build Coastguard Worker
18*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += vp9_dx_iface.c
19*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += vp9_dx_iface.h
20*fb1b10abSAndroid Build Coastguard Worker
21*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_decodemv.c
22*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_decodeframe.c
23*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_decodeframe.h
24*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_detokenize.c
25*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_decodemv.h
26*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_detokenize.h
27*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_decoder.c
28*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_decoder.h
29*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_dsubexp.c
30*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_dsubexp.h
31*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_job_queue.c
32*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes += decoder/vp9_job_queue.h
33*fb1b10abSAndroid Build Coastguard Worker
34*fb1b10abSAndroid Build Coastguard WorkerVP9_DX_SRCS-yes := $(filter-out $(VP9_DX_SRCS_REMOVE-yes),$(VP9_DX_SRCS-yes))
35