mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Re-enable hifiAC and pcmCodec projects
These has been disabled for testing purpose. They are now restored.
This commit is contained in:
parent
26bebba8dd
commit
3a5059a613
1 changed files with 5 additions and 5 deletions
|
@ -38,11 +38,11 @@ if (NOT SERVER_ONLY AND NOT ANDROID)
|
|||
add_subdirectory(${DIR})
|
||||
endif()
|
||||
|
||||
# server-side plugins
|
||||
# set(DIR "pcmCodec")
|
||||
# add_subdirectory(${DIR})
|
||||
# set(DIR "hifiCodec")
|
||||
# add_subdirectory(${DIR})
|
||||
server-side plugins
|
||||
set(DIR "pcmCodec")
|
||||
add_subdirectory(${DIR})
|
||||
set(DIR "hifiCodec")
|
||||
add_subdirectory(${DIR})
|
||||
set(DIR "opusCodec")
|
||||
add_subdirectory(${DIR})
|
||||
|
||||
|
|
Loading…
Reference in a new issue