Implemented various hwopus functions (#853)
This commit is contained in:
parent
05ee92a357
commit
a483e5e28d
6 changed files with 140 additions and 6 deletions
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
@ -50,3 +50,7 @@ if (ARCHITECTURE_x86_64)
|
|||
target_include_directories(xbyak INTERFACE ./xbyak/xbyak)
|
||||
target_compile_definitions(xbyak INTERFACE XBYAK_NO_OP_NAMES)
|
||||
endif()
|
||||
|
||||
# Opus
|
||||
add_subdirectory(opus)
|
||||
target_include_directories(opus INTERFACE ./opus/include)
|
||||
|
|
1
externals/opus
vendored
Submodule
1
externals/opus
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b2871922a12abb49579512d604cabc471a59ad91
|
Loading…
Add table
Add a link
Reference in a new issue