summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmytro Vorobiov <d@dvor.me>2016-10-28 22:11:48 +0200
committerDmytro Vorobiov <d@dvor.me>2016-10-28 22:11:48 +0200
commit59d27e6d941e429cf180ce66a5154e655fc5b77a (patch)
treeb3f0b398765a668f8511432efe89e62bd65169ea
parentde966cdf90843819e2f7287e22ddcb5f95491b18 (diff)
toxav renaming: group.{h,c} -> groupav.{h,c}
toxav file for "group" conflicts with toxcore "group" file. While this works fine in almost all cases, Xcode on macOS is confused with that.
-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 *