summaryrefslogtreecommitdiff
path: root/package/libogg/Config.in
blob: 09c56895c3ee5e055a5f326ca6a521bd1bed7110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_LIBOGG
	bool "libogg"
	default n
	help
	  Ogg is the name of Xiph.org's container format for audio, video, and metadata

config BR2_PACKAGE_LIBOGG_HEADERS
	bool "libogg target headers"
	default n
	depends on BR2_PACKAGE_LIBOGG
	help
	  Add target headers for the Ogg open source container format
	  - Not yet implemented