summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--toxav/Makefile.inc4
-rw-r--r--toxav/groupav.c (renamed from toxav/group.c)2
-rw-r--r--toxav/groupav.h (renamed from toxav/group.h)0
-rw-r--r--toxav/toxav_old.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4e18274..13fd9eb1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -225,8 +225,8 @@ if(BUILD_TOXAV)
225 toxav/audio.h 225 toxav/audio.h
226 toxav/bwcontroller.c 226 toxav/bwcontroller.c
227 toxav/bwcontroller.h 227 toxav/bwcontroller.h
228 toxav/group.c 228 toxav/groupav.c
229 toxav/group.h 229 toxav/groupav.h
230 toxav/msi.c 230 toxav/msi.c
231 toxav/msi.h 231 toxav/msi.h
232 toxav/ring_buffer.c 232 toxav/ring_buffer.c
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index c22d0903..b7669677 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -8,8 +8,8 @@ libtoxav_la_SOURCES = ../toxav/rtp.h \
8 ../toxav/rtp.c \ 8 ../toxav/rtp.c \
9 ../toxav/msi.h \ 9 ../toxav/msi.h \
10 ../toxav/msi.c \ 10 ../toxav/msi.c \
11 ../toxav/group.h \ 11 ../toxav/groupav.h \
12 ../toxav/group.c \ 12 ../toxav/groupav.c \
13 ../toxav/audio.h \ 13 ../toxav/audio.h \
14 ../toxav/audio.c \ 14 ../toxav/audio.c \
15 ../toxav/video.h \ 15 ../toxav/video.h \
diff --git a/toxav/group.c b/toxav/groupav.c
index ddefbcc4..88844536 100644
--- a/toxav/group.c
+++ b/toxav/groupav.c
@@ -22,7 +22,7 @@
22#include "config.h" 22#include "config.h"
23#endif /* HAVE_CONFIG_H */ 23#endif /* HAVE_CONFIG_H */
24 24
25#include "group.h" 25#include "groupav.h"
26 26
27#include "../toxcore/logger.h" 27#include "../toxcore/logger.h"
28#include "../toxcore/util.h" 28#include "../toxcore/util.h"
diff --git a/toxav/group.h b/toxav/groupav.h
index 1929b17c..1929b17c 100644
--- a/toxav/group.h
+++ b/toxav/groupav.h
diff --git a/toxav/toxav_old.c b/toxav/toxav_old.c
index 767fac9c..63f81f96 100644
--- a/toxav/toxav_old.c
+++ b/toxav/toxav_old.c
@@ -24,7 +24,7 @@
24 24
25#include "toxav.h" 25#include "toxav.h"
26 26
27#include "group.h" 27#include "groupav.h"
28 28
29/* Create a new toxav group. 29/* Create a new toxav group.
30 * 30 *