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:
parent
b579027ef3
commit
34efcd0db7
@ -78,6 +78,12 @@ else
|
|||||||
SOX_CONF_OPTS += --without-amrwb --without-amrnb
|
SOX_CONF_OPTS += --without-amrwb --without-amrnb
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_OPUSFILE),y)
|
||||||
|
SOX_DEPENDENCIES += opusfile
|
||||||
|
else
|
||||||
|
SOX_CONF_OPTS += --without-opus
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
|
ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
|
||||||
SOX_DEPENDENCIES += pulseaudio
|
SOX_DEPENDENCIES += pulseaudio
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user