diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 21:45:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 21:45:33 +0000 |
commit | 9986bef6db49fce3e7eec9b80e96a12e7df3a81b (patch) | |
tree | ef3c8453109564e7c8b6059bfe05578f21bbb31c /package/libao/Config.in | |
parent | ba3b3022bd5216ef628116d6114633fb5f8e33e4 (diff) | |
download | upstream-9986bef6db49fce3e7eec9b80e96a12e7df3a81b.tar.gz upstream-9986bef6db49fce3e7eec9b80e96a12e7df3a81b.tar.bz2 upstream-9986bef6db49fce3e7eec9b80e96a12e7df3a81b.zip |
add libao package.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2153 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libao/Config.in')
-rw-r--r-- | package/libao/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libao/Config.in b/package/libao/Config.in new file mode 100644 index 0000000000..8c10e4806b --- /dev/null +++ b/package/libao/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LIBAO + tristate "libao - A cross platform audio library" + default m if CONFIG_DEVEL + help + Libao is a cross-platform audio library that allows programs to + output audio using a simple API on a wide variety of platforms. + + http://www.xiph.org/ao/ + + |