summaryrefslogtreecommitdiff
path: root/package/multimedia/mpg123/Config.in
blob: 6b17dc1336c152263960f2fd7662755d19313541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_MPG123
	bool "mpg123"
	help
	  Fast, free and portable MPEG audio player for Unix.  It supports
	  MPEG 1.0/2.0 layers 1, 2 and 3.

	  http://www.mpg123.de/

config BR2_PACKAGE_MPG123_ALSA
	bool
	default y
	depends on BR2_PACKAGE_ALSA_LIB

config BR2_PACKAGE_MPG123_ARM_UNROLL_FIX
	bool
	default y if BR2_arm && BR2_GCC_VERSION_4_3_2