blob: 4fe390d212452b8e8c5ecf42c6620a3ab1e1e6a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config ADK_COMPILE_JPEG
tristate
default n
depends on ADK_PACKAGE_LIBJPEG
config ADK_PACKAGE_LIBJPEG
prompt "libjpeg........................... The Independent JPEG Group's JPEG runtime library"
tristate
default n
select ADK_COMPILE_JPEG
help
The Independent JPEG Group's JPEG runtime library.
http://www.ijg.org/
|