diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-01-11 21:46:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-01-25 08:59:58 +0100 |
commit | 6ea3c8bd4dabe2b11a8beecb6a641336e6e90f3c (patch) | |
tree | 6d2bd5001671c930e410ecd2294b47fa6050bc17 /package/multimedia/python-mad/Config.in | |
parent | 0eafafbe3dcff1362ee7f0617af6b75e22cd5014 (diff) |
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/multimedia/python-mad/Config.in')
-rw-r--r-- | package/multimedia/python-mad/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
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/ |