summaryrefslogtreecommitdiffstats
path: root/package/libogg/Config.in
blob: bf5f5084730c32ab479803293e770b63f42d6e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_LIBOGG
	bool "libogg"
	default n
	select BR2_PACKAGE_PKGCONFIG
	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