mirror of
https://github.com/overte-org/overte.git
synced 2025-06-15 20:39:07 +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)
|
set(TARGET_NAME hifiCodec)
|
||||||
setup_hifi_client_server_plugin()
|
setup_hifi_client_server_plugin()
|
||||||
link_hifi_libraries(audio shared plugins)
|
link_hifi_libraries(audio plugins)
|
||||||
add_dependency_external_projects(hifiAudioCodec)
|
add_dependency_external_projects(hifiAudioCodec)
|
||||||
target_include_directories(${TARGET_NAME} PRIVATE ${HIFIAUDIOCODEC_INCLUDE_DIRS})
|
target_include_directories(${TARGET_NAME} PRIVATE ${HIFIAUDIOCODEC_INCLUDE_DIRS})
|
||||||
target_link_libraries(${TARGET_NAME} ${HIFIAUDIOCODEC_LIBRARIES})
|
target_link_libraries(${TARGET_NAME} ${HIFIAUDIOCODEC_LIBRARIES})
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
#include <AudioCodec.h>
|
#include <AudioCodec.h>
|
||||||
#include <AudioConstants.h>
|
#include <AudioConstants.h>
|
||||||
|
|
||||||
#include <PerfStat.h>
|
|
||||||
|
|
||||||
#include "HiFiCodec.h"
|
#include "HiFiCodec.h"
|
||||||
|
|
||||||
const char* HiFiCodec::NAME { "hifiAC" };
|
const char* HiFiCodec::NAME { "hifiAC" };
|
||||||
|
|
Loading…
Reference in a new issue