summaryrefslogtreecommitdiffstats
path: root/package/multimedia/libtheora/Config.in
diff options
context:
space:
mode:
authorHans-Christian Egtvedt2008-12-08 18:45:59 +0100
committerHans-Christian Egtvedt2008-12-08 18:45:59 +0100
commitcd900a0d595fc266d984fce8339445be37a4e29e (patch)
tree8c63142987c3ed84d090bcb829f8ce5f733cbb33 /package/multimedia/libtheora/Config.in
parentmake the default etc/init.d/S40network compatible with msh (diff)
downloadbuildroot-cd900a0d595fc266d984fce8339445be37a4e29e.tar.gz
buildroot-cd900a0d595fc266d984fce8339445be37a4e29e.tar.xz
buildroot-cd900a0d595fc266d984fce8339445be37a4e29e.zip
libtheora: add new multimedia package libtheora
libtheora is a library used by gstreamer when streaming Ogg multimedia.
Diffstat (limited to 'package/multimedia/libtheora/Config.in')
-rw-r--r--package/multimedia/libtheora/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/multimedia/libtheora/Config.in b/package/multimedia/libtheora/Config.in
new file mode 100644
index 000000000..97a70870f
--- /dev/null
+++ b/package/multimedia/libtheora/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LIBTHEORA
+ bool "libtheora"
+ select BR2_PACKAGE_LIBOGG
+ select BR2_PACKAGE_LIBVORBIS
+ select BR2_PACKAGE_PKGCONFIG
+ help
+ A library for the free and open video compression format "Theora"
+ from the Xiph.org Foundation.
+
+ http://www.theora.org/