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

config MPG123
	tristate
	prompt "mpg123"
	select LIBLTDL
	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).