mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 15:34:05 +02:00
Remove unnecessary dependencies from hifiCodec
This commit is contained in:
parent
77cd2d08b2
commit
3382f9f5eb
2 changed files with 1 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
set(TARGET_NAME hifiCodec)
|
||||
setup_hifi_client_server_plugin()
|
||||
link_hifi_libraries(audio shared plugins)
|
||||
link_hifi_libraries(audio plugins)
|
||||
add_dependency_external_projects(hifiAudioCodec)
|
||||
target_include_directories(${TARGET_NAME} PRIVATE ${HIFIAUDIOCODEC_INCLUDE_DIRS})
|
||||
target_link_libraries(${TARGET_NAME} ${HIFIAUDIOCODEC_LIBRARIES})
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
#include <AudioCodec.h>
|
||||
#include <AudioConstants.h>
|
||||
|
||||
#include <PerfStat.h>
|
||||
|
||||
#include "HiFiCodec.h"
|
||||
|
||||
const char* HiFiCodec::NAME { "hifiAC" };
|
||||
|
|
Loading…
Reference in a new issue