Remove unnecessary dependencies from hifiCodec

This commit is contained in:
Mohammed Nafees 2017-04-25 00:42:45 -04:00
parent 77cd2d08b2
commit 3382f9f5eb
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -14,8 +14,6 @@
#include <AudioCodec.h>
#include <AudioConstants.h>
#include <PerfStat.h>
#include "HiFiCodec.h"
const char* HiFiCodec::NAME { "hifiAC" };