diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-02-07 14:06:12 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-02-07 14:06:12 +0000 |
commit | 708cb5ae30eb1976b87070cfd20076c56428e934 (patch) | |
tree | 413858fd28e5387b487bf75d098a5b4f2ff1c6b8 /packages/libao | |
parent | 201305fe39e86c104f1de7c40194f8692047e684 (diff) |
libao_0.8.8.bb : specifically ask for mmap from alsa plugin instead of
making it the default. mmap has higher latency
Diffstat (limited to 'packages/libao')
-rw-r--r-- | packages/libao/libao_0.8.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libao/libao_0.8.8.bb b/packages/libao/libao_0.8.8.bb index adaabfde33..88f7c898ec 100644 --- a/packages/libao/libao_0.8.8.bb +++ b/packages/libao/libao_0.8.8.bb @@ -14,7 +14,7 @@ inherit autotools pkgconfig EXTRA_OECONF = "--disable-esd --disable-esdtest \ --disable-alsa --enable-alsa09 \ --disable-arts --disable-nas \ - --enable-pulse --enable-alsa09-mmap" + --enable-pulse" do_stage() { install -d ${STAGING_INCDIR}/ao |