diff options
author | Jeong-Seok Yang <jseok.yang@samsung.com> | 2010-08-25 18:32:24 -0700 |
---|---|---|
committer | Ed Heyl <edheyl@google.com> | 2010-08-25 18:52:19 -0700 |
commit | ec456383c58adf2d4c4818438a703e5a2ca949b5 (patch) | |
tree | 6d7b1ddc2610c37e911917dad5be7ebdebc6c6ad /alsa-lib/README | |
parent | 1206fad9881e5bca592fcd0fbdafc9d7f195d539 (diff) | |
download | device_samsung_crespo-ec456383c58adf2d4c4818438a703e5a2ca949b5.zip device_samsung_crespo-ec456383c58adf2d4c4818438a703e5a2ca949b5.tar.gz device_samsung_crespo-ec456383c58adf2d4c4818438a703e5a2ca949b5.tar.bz2 |
S5PC11X: crespo: add alsa-lib, alsa-utils, libaudio, libcamera
Change-Id: I4a6ee248b407c67682eb8884d1176f4807288c7c
Diffstat (limited to 'alsa-lib/README')
-rw-r--r-- | alsa-lib/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/alsa-lib/README b/alsa-lib/README new file mode 100644 index 0000000..dc80cc5 --- /dev/null +++ b/alsa-lib/README @@ -0,0 +1,31 @@ +This version of the ALSA library was obtained from the following location: +ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.19.tar.bz2 + +This package was (previously 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" + |