summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-22 15:20:33 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-24 23:36:50 +0100
commitf60900c4b813abbce213db6de217837645c6590e (patch)
tree02e9223f1627f1c647b42fa3f623b7354b6c6331 /CMakeLists.txt
parent15cb4261665bab4ef02a5b1b9db48b9477c9b87a (diff)
Move ring buffer out of toxcore/util into toxav.
Toxcore itself doesn't use this data structure. Only toxav does, so now toxav owns the code for it.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5ee2770..58e3e673 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,6 +184,7 @@ if(BUILD_TOXAV)
184 toxav/bwcontroller.c 184 toxav/bwcontroller.c
185 toxav/group.c 185 toxav/group.c
186 toxav/msi.c 186 toxav/msi.c
187 toxav/ring_buffer.c
187 toxav/rtp.c 188 toxav/rtp.c
188 toxav/toxav.c 189 toxav/toxav.c
189 toxav/toxav_old.c 190 toxav/toxav_old.c