diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2012-05-07 10:43:07 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-14 22:57:49 +0200 |
commit | 3d407a01c9a31f3245ab9d79535d0ea83e6307a8 (patch) | |
tree | 1ca62dac20e94b543c07b5d639087563da9d2824 | |
parent | 4a3c6cfa01790e78edd229de67ee9161fc3aba5d (diff) | |
download | buildroot-novena-3d407a01c9a31f3245ab9d79535d0ea83e6307a8.tar.gz buildroot-novena-3d407a01c9a31f3245ab9d79535d0ea83e6307a8.zip |
libogg: document project URL and update description in menuconfig
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/libogg/Config.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package/libogg/Config.in b/package/libogg/Config.in index effe74fb3..bf719ff4d 100644 --- a/package/libogg/Config.in +++ b/package/libogg/Config.in @@ -1,5 +1,9 @@ config BR2_PACKAGE_LIBOGG bool "libogg" help - Ogg is the name of Xiph.org's container format for audio, - video, and metadata + Ogg is a multimedia container format, and the native file + and stream format for the Xiph.org multimedia codecs. As + with all Xiph.org technology is it an open format free for + anyone to use. + + http://xiph.org/ogg/ |