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

menuconfig LAME
	tristate
	select LIBC_M
	prompt "lame                          "
	help
	  LAME is a high quality MPEG Audio Layer III (MP3) encoder
	  licensed under the LGPL.


if LAME

config LAME_FRONTEND
	bool
	prompt "install frontend"

endif