From 69eae69032fd9de71f833b196f169cd49a4cafe5 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Mon, 19 Nov 2018 10:36:43 -0500 Subject: [PATCH] sox: Build without opus (explicitly) Signed-off-by: Ted Hess --- sound/sox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/sox/Makefile b/sound/sox/Makefile index f2bad90ed..55ada5174 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sox PKG_VERSION:=14.4.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/sox @@ -51,6 +51,7 @@ CONFIGURE_ARGS += \ --without-ladspa \ --without-png \ --without-sndfile \ + --without-opus \ --with-lame \ --with-id3tag \ --disable-openmp