xref: /aosp_15_r20/external/libdav1d/include/dav1d/meson.build (revision c09093415860a1c2373dacd84c4fde00c507cdfd)
1*c0909341SAndroid Build Coastguard Worker# Copyright © 2019, VideoLAN and dav1d authors
2*c0909341SAndroid Build Coastguard Worker# All rights reserved.
3*c0909341SAndroid Build Coastguard Worker#
4*c0909341SAndroid Build Coastguard Worker# Redistribution and use in source and binary forms, with or without
5*c0909341SAndroid Build Coastguard Worker# modification, are permitted provided that the following conditions are met:
6*c0909341SAndroid Build Coastguard Worker#
7*c0909341SAndroid Build Coastguard Worker# 1. Redistributions of source code must retain the above copyright notice, this
8*c0909341SAndroid Build Coastguard Worker#    list of conditions and the following disclaimer.
9*c0909341SAndroid Build Coastguard Worker#
10*c0909341SAndroid Build Coastguard Worker# 2. Redistributions in binary form must reproduce the above copyright notice,
11*c0909341SAndroid Build Coastguard Worker#    this list of conditions and the following disclaimer in the documentation
12*c0909341SAndroid Build Coastguard Worker#    and/or other materials provided with the distribution.
13*c0909341SAndroid Build Coastguard Worker#
14*c0909341SAndroid Build Coastguard Worker# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
15*c0909341SAndroid Build Coastguard Worker# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16*c0909341SAndroid Build Coastguard Worker# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17*c0909341SAndroid Build Coastguard Worker# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
18*c0909341SAndroid Build Coastguard Worker# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19*c0909341SAndroid Build Coastguard Worker# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20*c0909341SAndroid Build Coastguard Worker# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
21*c0909341SAndroid Build Coastguard Worker# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22*c0909341SAndroid Build Coastguard Worker# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
23*c0909341SAndroid Build Coastguard Worker# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24*c0909341SAndroid Build Coastguard Worker
25*c0909341SAndroid Build Coastguard Workerdav1d_api_headers = [
26*c0909341SAndroid Build Coastguard Worker    'common.h',
27*c0909341SAndroid Build Coastguard Worker    'data.h',
28*c0909341SAndroid Build Coastguard Worker    'dav1d.h',
29*c0909341SAndroid Build Coastguard Worker    'headers.h',
30*c0909341SAndroid Build Coastguard Worker    'picture.h',
31*c0909341SAndroid Build Coastguard Worker    'version.h',
32*c0909341SAndroid Build Coastguard Worker]
33*c0909341SAndroid Build Coastguard Worker
34*c0909341SAndroid Build Coastguard Worker# install headers
35*c0909341SAndroid Build Coastguard Workerinstall_headers(dav1d_api_headers,
36*c0909341SAndroid Build Coastguard Worker                subdir : 'dav1d')
37