forked from marmalade/zbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzbar.mkb.orig
71 lines (64 loc) · 906 Bytes
/
zbar.mkb.orig
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
61
62
63
64
65
66
67
68
69
70
71
# This file uses the unmodified ZBar source code
# However, it will not compile with MSVC
upstream
{
url="http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-0.10.tar.bz2"
}
option lib
includepaths
{
"."
"upstream/zbar"
}
subproject zbar
files
{
config.h
["Upstream ZBar source files"]
(./upstream/zbar)
debug.h
config.c
error.h
error.c
symbol.h
symbol.c
image.h
image.c
convert.c
processor.c
processor.h
processor/lock.c
refcnt.h
refcnt.c
timer.h
mutex.h
event.h
thread.h
window.h
window.c
video.h
video.c
img_scanner.h
img_scanner.c
scanner.c
decoder.h
decoder.c
svg.h
# QR code files:
qrcode.h
decoder/qr_finder.h
decoder/qr_finder.c
qrcode/qrdec.h
qrcode/qrdec.c
qrcode/qrdectxt.c
qrcode/rs.h
qrcode/rs.c
qrcode/isaac.h
qrcode/isaac.c
qrcode/bch15_5.h
qrcode/bch15_5.c
qrcode/binarize.h
qrcode/binarize.c
qrcode/util.h
qrcode/util.c
}