summaryrefslogtreecommitdiffstats
path: root/rules/flac.in
blob: 003a3962ea5c728dd81346820b06d9d2260b2990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=multimedia_libs

menuconfig FLAC
	tristate
	select LIBOGG
	prompt "flac                          "
	help
	  FLAC stands out as the fastest and most widely
	  supported lossless audio codec, and the only one
	  that at once is non-proprietary, is unencumbered
	  by patents, has an open-source reference
	  implementation, has a well documented format
	  and API, and has several other independent
	  implementations.

if FLAC

config FLAC_INSTALL_FLAC
	bool
	prompt "Install flac"

config FLAC_INSTALL_METAFLAC
	bool
	prompt "Install metaflac"

endif