mirror of
https://github.com/rehlds/revoice.git
synced 2025-03-03 17:15:25 +03:00
Fix typo in silk CMakeLists.txt (RPIVATE -> PRIVATE)
This commit is contained in:
parent
659e3b71a7
commit
e927c2bcb5
2
external/silk/CMakeLists.txt
vendored
2
external/silk/CMakeLists.txt
vendored
@ -189,7 +189,7 @@ target_include_directories("${TARGET_NAME}"
|
||||
PUBLIC
|
||||
"${PROJECT_SOURCE_DIR}/include"
|
||||
|
||||
RPIVATE
|
||||
PRIVATE
|
||||
"${PROJECT_SOURCE_DIR}/include/silk"
|
||||
)
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include "IVoiceCodec.h"
|
||||
#include "utlbuffer.h"
|
||||
#include "SKP_Silk_SDK_API.h"
|
||||
#include "silk/SKP_Silk_SDK_API.h"
|
||||
|
||||
class VoiceEncoder_Silk : public IVoiceCodec {
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user