mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 14:23:23 +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()
|
||||
|
||||
# server-side plugins
|
||||
set(DIR "pcmCodec")
|
||||
add_subdirectory(${DIR})
|
||||
set(DIR "hifiCodec")
|
||||
add_subdirectory(${DIR})
|
||||
# set(DIR "pcmCodec")
|
||||
# add_subdirectory(${DIR})
|
||||
# set(DIR "hifiCodec")
|
||||
# add_subdirectory(${DIR})
|
||||
set(DIR "opusCodec")
|
||||
add_subdirectory(${DIR})
|
||||
|
||||
|
|
Loading…
Reference in a new issue