Skip to content

Commit

Permalink
* app camera support record audio data
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Nov 19, 2024
1 parent b230111 commit b3f5615
Show file tree
Hide file tree
Showing 5 changed files with 802 additions and 59 deletions.
1 change: 1 addition & 0 deletions components/3rd_party/FFmpeg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set(ffmpeg_unzip_path "${DL_EXTRACTED_PATH}/ffmpeg_srcs")
set(src_path "${ffmpeg_unzip_path}/ffmpeg")
############### Add include ###################
set(ffmpeg_include_dir "${src_path}/include"
"."
)
list(APPEND ADD_INCLUDE ${ffmpeg_include_dir})
set_property(SOURCE ${ffmpeg_include_dir} PROPERTY GENERATED 1)
Expand Down
Loading

0 comments on commit b3f5615

Please sign in to comment.