aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/openjpeg/ya.make
blob: e065d61445bc7f231c5ab9b2c8f908cb1aedef44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by devtools/yamaker from nixpkgs 22.11.

LIBRARY()

LICENSE(
    BSD-2-Clause AND
    BSD-3-Clause
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(2.5.2)

ORIGINAL_SOURCE(https://github.com/uclouvain/openjpeg/archive/v2.5.2.tar.gz)

ADDINCL(
    contrib/libs/openjpeg
)

NO_COMPILER_WARNINGS()

NO_RUNTIME()

IF (OS_WINDOWS)
    CFLAGS(
        GLOBAL /DOPJ_STATIC
        /DMUTEX_win32
    )
ELSE()
    CFLAGS(
        -DMUTEX_pthread
    )
ENDIF()

SRCS(
    bio.c
    cio.c
    dwt.c
    event.c
    function_list.c
    ht_dec.c
    image.c
    invert.c
    j2k.c
    jp2.c
    mct.c
    mqc.c
    openjpeg.c
    opj_clock.c
    opj_malloc.c
    pi.c
    sparse_array.c
    t1.c
    t2.c
    tcd.c
    tgt.c
    thread.c
)

END()