This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 7472b0885129d0ca1dede079ff6e6ff1ec3470ce Author: shizhenghui <[email protected]> AuthorDate: Thu Aug 22 18:29:46 2024 +0800 sim_sound: add AUDIOUTILS_LAME to dependency list Signed-off-by: shizhenghui <[email protected]> --- arch/sim/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index 725bc87824..90eba49a7b 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -315,6 +315,7 @@ config SIM_SOUND_ALSA bool "alsa support on sim" depends on HOST_LINUX depends on AUDIOUTILS_LIBMAD + depends on AUDIOUTILS_LAME endchoice
