Implemented various hwopus functions (#853)
This commit is contained in:
parent
05ee92a357
commit
a483e5e28d
6 changed files with 140 additions and 6 deletions
|
@ -318,7 +318,7 @@ add_library(core STATIC
|
|||
create_target_directory_groups(core)
|
||||
|
||||
target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static opus unicorn)
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_sources(core PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue