mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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:
committed by
Peter Korsgaard
parent
b579027ef3
commit
34efcd0db7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user