summaryrefslogtreecommitdiffstats
path: root/rules/flac.in
blob: bd3fc8c15c4acbff3eccabde0a0fe29ad2a3591b (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
27
28
## SECTION=multimedia_libs

menuconfig FLAC
	tristate
	select LIBC_M
	select GCCLIBS_GCC_S
	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