summaryrefslogtreecommitdiffstats
path: root/rules/libjpeg.in
blob: 77ad024df6ba7ab0636f57ecfe8d67f7c2ca00b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=system_libraries

menuconfig LIBJPEG
	tristate
	select CROSS_NASM
	prompt "libjpeg-turbo                 "
	help
	  libjpeg-turbo is a library for handling the JPEG (JFIF) image format
	  that uses SIMD instructions (MMX, SSE2, AVX2, NEON, AltiVec) to
	  accelerate baseline JPEG compression an decompression.

if LIBJPEG

config LIBJPEG_BIN
	bool
	prompt "Install libjpeg binaries cjpeg and djpeg"
	help
	  cjpeg and djpeg are simple bineries to convert some basic image
	  formats to jpeg (cjpeg) or convert them back from jpeg (djpeg)

endif