Config.in 340 B

12345678910111213
  1. config BR2_PACKAGE_LIBOGG
  2. bool "libogg"
  3. default n
  4. help
  5. Ogg is the name of Xiph.org's container format for audio, video, and metadata
  6. config BR2_PACKAGE_LIBOGG_HEADERS
  7. bool "libogg target headers"
  8. default n
  9. depends on BR2_PACKAGE_LIBOGG
  10. help
  11. Add target headers for the Ogg open source container format
  12. - Not yet implemented