Skip to content

Commit

Permalink
Re-Add bofaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed May 23, 2024
1 parent 907c0a0 commit fd7548d
Show file tree
Hide file tree
Showing 5 changed files with 636 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include(cmake/fetch_content.cmake)
# in code coverage computation as they are test programs themselves.
set(EXTRA_COVERAGE_EXCLUSION "\'${CMAKE_CURRENT_SOURCE_DIR}/integration/*\'")

project(bofstd VERSION 5.5.3.11)
project(bofstd VERSION 5.5.4.3)

if (EMSCRIPTEN)
message("Force pthread detection for BofStd compilation under EMSCRIPTEN")
Expand Down
5 changes: 4 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ set(LOG_FILES
include/bofstd/boflogsink_spdlog.h
src/boflogsink_spdlog.cpp
include/bofstd/ibofloggerfactory.h
include/bofstd/basic_loggerfactory
include/bofstd/basic_loggerfactory.h
include/bofstd/boflogger.h
src/boflogger.cpp
)
Expand Down Expand Up @@ -228,6 +228,8 @@ set(SYSTEM_FILES
src/boftimecode.cpp
include/bofstd/bofvideostandard.h
src/bofvideostandard.cpp
include/bofstd/bofaudio.h
src/bofaudio.cpp
include/bofstd/bofaudiostandard.h
src/bofaudiostandard.cpp
include/bofstd/bofdatetime.h
Expand Down Expand Up @@ -335,6 +337,7 @@ target_include_directories(bofstd
#$<BUILD_INTERFACE:${FFMPEG_INCLUDE_DIRS}
#Header path used when installed
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:${MINIAUDIO_INCLUDE_DIRS}>
)

# Link
Expand Down
Loading

0 comments on commit fd7548d

Please sign in to comment.