summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-11-26 13:42:43 -0500
committerVincent Grande2020-11-26 13:42:43 -0500
commit3559f03f974175d8fa08e83fb35063fcb23b81da (patch)
treed743307bb1928fea142f9dd39125d738d856bc81
parent4033a4ba7389dd1281aaf02ef0ad1ada2420255a (diff)
downloadaur-3559f03f974175d8fa08e83fb35063fcb23b81da.tar.gz
enable speex
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd644c647d9f..e5848bff4771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,8 +63,8 @@ build() {
-D lirc=disabled \
-D openssl=disabled \
-D soxr=disabled \
- -D speex=disabled \
- -D adrian-aec=true \
+ -D speex=enabled \
+ -D adrian-aec=false \
-D webrtc-aec=disabled
meson compile -C build
}