[Buildroot] [PATCH 3/3] sox: add optional opus file support

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Feb 25 13:06:26 UTC 2015


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/sox/sox.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/sox/sox.mk b/package/sox/sox.mk
index ac89691..cd5fbb6 100644
--- a/package/sox/sox.mk
+++ b/package/sox/sox.mk
@@ -78,6 +78,12 @@ else
 SOX_CONF_OPTS += --without-amrwb --without-amrnb
 endif
 
+ifeq ($(BR2_PACKAGE_OPUSFILE),y)
+SOX_DEPENDENCIES += opusfile
+else
+SOX_CONF_OPTS += --without-opus
+endif
+
 ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
 SOX_DEPENDENCIES += pulseaudio
 else
-- 
2.0.5



More information about the buildroot mailing list