[arch-commits] Commit in opus/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Oct 19 10:49:34 UTC 2018


    Date: Friday, October 19, 2018 @ 10:49:34
  Author: heftig
Revision: 336883

Remove unneeded option

Modified:
  opus/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-19 10:17:07 UTC (rev 336882)
+++ PKGBUILD	2018-10-19 10:49:34 UTC (rev 336883)
@@ -18,8 +18,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static \
-    --enable-custom-modes \
-    --enable-ambisonics
+    --enable-custom-modes
   make
 }
 



More information about the arch-commits mailing list