xref: /aosp_15_r20/external/libvpx/vpx_util/vpx_util.mk (revision fb1b10ab9aebc7c7068eedab379b749d7e3900be)
1*fb1b10abSAndroid Build Coastguard Worker##
2*fb1b10abSAndroid Build Coastguard Worker## Copyright (c) 2015 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 WorkerUTIL_SRCS-yes += vpx_atomics.h
12*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-yes += vpx_util.mk
13*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-yes += vpx_pthread.h
14*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-yes += vpx_thread.c
15*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-yes += vpx_thread.h
16*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-yes += endian_inl.h
17*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-yes += vpx_write_yuv_frame.h
18*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-yes += vpx_write_yuv_frame.c
19*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-yes += vpx_timestamp.h
20*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-$(or $(CONFIG_BITSTREAM_DEBUG),$(CONFIG_MISMATCH_DEBUG)) += vpx_debug_util.h
21*fb1b10abSAndroid Build Coastguard WorkerUTIL_SRCS-$(or $(CONFIG_BITSTREAM_DEBUG),$(CONFIG_MISMATCH_DEBUG)) += vpx_debug_util.c
22