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:
Marcus Llewellyn 2020-01-10 12:19:19 -06:00
parent 32c438ffc2
commit c9595016f8

View file

@ -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})