summaryrefslogtreecommitdiffstats
path: root/rules/vorbis-tools.in
blob: 2061fd1e26dc608e3dc9ed438c225b21e2c6ad83 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
## SECTION=multimedia_sound

menuconfig VORBIS_TOOLS
	tristate
	prompt "vorbis-tools                  "
	select LIBOGG
	select LIBVORBIS
	select LIBAO if VORBIS_TOOLS_OGG123
	select FLAC if VORBIS_TOOLS_FLAC
	select SPEEX if VORBIS_TOOLS_OGG123
	select SPEEX_FLOAT_API if VORBIS_TOOLS_OGG123
	help
	  several Ogg Vorbis tools

if VORBIS_TOOLS

config VORBIS_TOOLS_FLAC
	bool

config VORBIS_TOOLS_OGG123
	bool "ogg123"
	select VORBIS_TOOLS_FLAC
	help
	  ogg123 (a playback tool)

config VORBIS_TOOLS_OGGDEC
	bool "oggdec"
	help
	  oggdec (decodes ogg files)

config VORBIS_TOOLS_OGGENC
	bool "oggenc"
	select VORBIS_TOOLS_FLAC
	help
	  oggenc (an encoder)

config VORBIS_TOOLS_OGGINFO
	bool "ogginfo"
	help
	  ogginfo (displays ogg information)

config VORBIS_TOOLS_VCUT
	bool "vcut"
	help
	   vcut (ogg file splitter)

config VORBIS_TOOLS_VORBISCOMMENT
	bool "vorbiscomment"
	help
	  vorbiscomment (ogg comment editor)

endif