-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (28 loc) · 822 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This version of the ALSA library was obtained from the following location:
# ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.23.tar.bz2
# This package was (in 1.0.16) configured with the following options:
./configure \
--disable-debug \
--disable-resmgr \
--enable-aload \
--enable-mixer \
--enable-pcm \
--disable-rawmidi \
--enable-hwdep \
--disable-seq \
--disable-alisp \
--disable-old-symbols \
--disable-python \
--with-confdir=/system/usr/share/alsa \
--with-plugindir=/system/usr/lib/alsa-lib \
--with-versioned=no \
--with-debug=no \
--with-tmpdir=/tmp \
--with-softfloat=yes \
--with-libdl=yes \
--with-pthread=yes \
--with-librt=no \
--with-alsa-devdir=/dev/snd \
--with-aload-devdir=/dev \
--with-pcm-plugins="plug null empty hooks asym extplug ioplug" \
--with-ctl-plugins="ext"