mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Add libogg media container package for vorbis
This commit is contained in:
13
package/libogg/Config.in
Normal file
13
package/libogg/Config.in
Normal 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
|
||||
Reference in New Issue
Block a user