mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:16:58 +02: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})
|
add_subdirectory(${DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# server-side plugins
|
server-side plugins
|
||||||
# set(DIR "pcmCodec")
|
set(DIR "pcmCodec")
|
||||||
# add_subdirectory(${DIR})
|
add_subdirectory(${DIR})
|
||||||
# set(DIR "hifiCodec")
|
set(DIR "hifiCodec")
|
||||||
# add_subdirectory(${DIR})
|
add_subdirectory(${DIR})
|
||||||
set(DIR "opusCodec")
|
set(DIR "opusCodec")
|
||||||
add_subdirectory(${DIR})
|
add_subdirectory(${DIR})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue