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

menuconfig LIBMNG
	tristate
	prompt "libmng                        "
	select ZLIB
	select LCMS		if LIBMNG_LCMS
	select LIBJPEG
	help
	  libmng is the official MNG reference library.
	  MNG (Multiple-image Network Graphics) is a public graphics file
	  format for animated images.

if LIBMNG

config LIBMNG_LCMS
	bool
	prompt "lcms support"

endif