From 6ea3c8bd4dabe2b11a8beecb6a641336e6e90f3c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 11 Jan 2011 21:46:44 +0100 Subject: python-mad: new package python-mad is a Python binding for the MAD library, a high-quality integer-only MPEG decoder. This package has been introduced as a test to make sure that third-party Python modules that rely on a C extension can properly be built against the Python infrastructure of Buildroot. Signed-off-by: Thomas Petazzoni --- package/multimedia/python-mad/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/multimedia/python-mad/Config.in (limited to 'package/multimedia/python-mad/Config.in') diff --git a/package/multimedia/python-mad/Config.in b/package/multimedia/python-mad/Config.in new file mode 100644 index 000000000..25354213d --- /dev/null +++ b/package/multimedia/python-mad/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_MAD + bool "python-mad" + depends on BR2_PACKAGE_PYTHON + select BR2_PACKAGE_LIBMAD + help + python-mad is a Python binding for the MAD library, a + high-quality integer-only MPEG decoder. + + http://spacepants.org/src/pymad/ -- cgit v1.2.3