mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 16:03:24 +02:00
Avatar has no dependency on audio or recording anymore
This commit is contained in:
parent
48b0465e56
commit
4e57c9114c
3 changed files with 1 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
set(TARGET_NAME avatars)
|
||||
setup_hifi_library(Network Script)
|
||||
link_hifi_libraries(audio shared networking recording)
|
||||
link_hifi_libraries(shared networking)
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <StreamUtils.h>
|
||||
#include <UUID.h>
|
||||
#include <shared/JSONHelpers.h>
|
||||
#include <recording/Frame.h>
|
||||
|
||||
#include "AvatarLogging.h"
|
||||
|
||||
|
|
|
@ -50,7 +50,6 @@ typedef unsigned long long quint64;
|
|||
#include <Node.h>
|
||||
#include <RegisteredMetaTypes.h>
|
||||
#include <SimpleMovingAverage.h>
|
||||
#include <recording/Forward.h>
|
||||
|
||||
#include "AABox.h"
|
||||
#include "HandData.h"
|
||||
|
|
Loading…
Reference in a new issue