Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions arch/sim/src/sim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ if(CONFIG_SIM_SOUND_ALSA)
list(APPEND SRCS posix/sim_alsa.c)
list(APPEND SRCS sim_offload.c)
list(APPEND STDLIBS asound)
target_include_directories(
arch PRIVATE ${NUTTX_APPS_DIR}/audioutils/lame/lame/include
${NUTTX_APPS_DIR}/audioutils/libmad/libmad)
endif()

# host sources ###############################################################
Expand Down
2 changes: 1 addition & 1 deletion arch/sim/src/sim/sim_offload.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/debug.h>

#include <lame/lame.h>
#include <lame.h>
#include <mad.h>

#include "sim_offload.h"
Expand Down
Loading