From d69172d7d807769f5091a612f7145bd464c7bc82 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 27 Nov 2012 16:42:43 -0800 Subject: package: add libmatroska package Signed-off-by: Peter Korsgaard --- package/libmatroska/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/libmatroska/Config.in (limited to 'package/libmatroska/Config.in') diff --git a/package/libmatroska/Config.in b/package/libmatroska/Config.in new file mode 100644 index 000000000..b1c53eec0 --- /dev/null +++ b/package/libmatroska/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_LIBMATROSKA + bool "libmatroska" + select BR2_PACKAGE_LIBEBML + depends on BR2_INSTALL_LIBSTDCPP + help + Extensible open standard audio/video container format access + library. + + http://matroska.org + +comment "libmatroska requires a toolchain with C++ support" + depends on !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3