repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Time/PeriodClock: rename get_now() to GetNow()
[xcsoar.git]
/
build
/
libjpeg.mk
blob
406467ccdca0517f00c3ec8c9f7b9f500cc371d8
1
LIBJPEG ?
=
n
2
3
ifeq
($(
LIBJPEG
),
y
)
4
5
LIBJPEG_LDLIBS
= -
ljpeg
6
LIBJPEG_CPPFLAGS
= -
DUSE_LIBJPEG
7
8
endif