Add libogg media container package for vorbis

This commit is contained in:
Ulf Samuelsson
2007-10-31 06:35:06 +00:00
parent c2f4774694
commit d359c6611d
3 changed files with 99 additions and 0 deletions

13
package/libogg/Config.in Normal file
View File

@@ -0,0 +1,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