summaryrefslogtreecommitdiffstats
path: root/rules/mpg123.in
blob: 8c3148ed49960b346b1f636908132aae3b93b89d (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_sound

menuconfig MPG123
	tristate
	prompt "mpg123                        "
	select ALSA_LIB
	select ALSA_LIB_PCM
	help
	  mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1,2 and 3
	  (MPEG 1.0 layer 3 aka MP3 most commonly tested). Among others working with Linux,
	  MacOSX, FreeBSD, SunOS4.1.3, Solaris 2.5, HPUX 9.x, SGI Irix and Cygwin or plain
	  MS Windows.
	  It is free software licensed under LGPL 2.1 (the officially released sources,
	  some files in subversion repository may differ).

if MPG123

config MPG123_INT_QUALITY
	bool
	default n
	prompt "integer quality mode"
	help
	  Use rounding instead of fast truncation for integer output.
	  Enable this if you need ISO MPEG compliance.

endif