diff options
Diffstat (limited to 'package/multimedia/libtheora/Config.in')
-rw-r--r-- | package/multimedia/libtheora/Config.in | 10 |
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/ |