sox: add optional opus file support

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2015-02-25 10:06:26 -03:00 committed by Peter Korsgaard
parent b579027ef3
commit 34efcd0db7

View File

@ -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