mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
DEBUG: Temp removal of hifiCodec and pcmCodec projects.
This is to ensure that no other codecs are being fallen back upon when testing the Opus codec.
This commit is contained in:
parent
32c438ffc2
commit
c9595016f8
1 changed files with 4 additions and 4 deletions
|
@ -39,10 +39,10 @@ if (NOT SERVER_ONLY AND NOT ANDROID)
|
||||||
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