diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-13 14:57:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-13 14:57:16 +0000 |
commit | d0b1d1b52ea5be6d125c1946c0a0ca7db9af8ef3 (patch) | |
tree | 6e090802cbb6b3d8beb14b6547af92ebd5a5dad8 /openwrt/package/libaudiofile/Config.in | |
parent | f1aa9e55a18fe7a0badb3463f28fee12fb84993b (diff) | |
download | mtk-20170518-d0b1d1b52ea5be6d125c1946c0a0ca7db9af8ef3.zip mtk-20170518-d0b1d1b52ea5be6d125c1946c0a0ca7db9af8ef3.tar.gz mtk-20170518-d0b1d1b52ea5be6d125c1946c0a0ca7db9af8ef3.tar.bz2 |
add libaudiofile package (thanks to Romain Beauxis)
SVN-Revision: 2651
Diffstat (limited to 'openwrt/package/libaudiofile/Config.in')
-rw-r--r-- | openwrt/package/libaudiofile/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/libaudiofile/Config.in b/openwrt/package/libaudiofile/Config.in new file mode 100644 index 0000000..f9a89de --- /dev/null +++ b/openwrt/package/libaudiofile/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_LIBAUDIOFILE + prompt "libaudiofile...................... An open-source version of SGI's audiofile library" + tristate + help + The audiofile library allows the processing of audio data to and from audio + files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, + and raw data). |