summaryrefslogtreecommitdiffstats
path: root/rules/libpng.in
blob: 56efa91bea90de0d02611fc9d04ff0f83d66b856 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=multimedia_libs

config LIBPNG
	tristate
	prompt "libpng"
	select ZLIB
	select LIBC_M
	help
	  libpng is the official PNG reference library.
	  It supports almost all PNG features, is extensible,
	  and has been extensively tested for over 12 years.