diff options
-rw-r--r-- | toxmsi/Makefile.inc | 6 | ||||
-rw-r--r-- | toxmsi/phone.c | 2 | ||||
-rw-r--r-- | toxmsi/phone.h | 2 | ||||
-rw-r--r-- | toxmsi/toxmedia.c (renamed from toxmsi/AV_codec.c) | 2 | ||||
-rw-r--r-- | toxmsi/toxmedia.h (renamed from toxmsi/AV_codec.h) | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/toxmsi/Makefile.inc b/toxmsi/Makefile.inc index 27678bc0..7d620e70 100644 --- a/toxmsi/Makefile.inc +++ b/toxmsi/Makefile.inc | |||
@@ -3,7 +3,8 @@ if BUILD_AV | |||
3 | lib_LTLIBRARIES += libtoxmsi.la | 3 | lib_LTLIBRARIES += libtoxmsi.la |
4 | 4 | ||
5 | libtoxmsi_la_include_HEADERS = \ | 5 | libtoxmsi_la_include_HEADERS = \ |
6 | ../toxmsi/toxmsi.h | 6 | ../toxmsi/toxmsi.h \ |
7 | ../toxmsi/toxmedia.h | ||
7 | 8 | ||
8 | libtoxmsi_la_includedir = $(includedir)/tox | 9 | libtoxmsi_la_includedir = $(includedir)/tox |
9 | 10 | ||
@@ -35,8 +36,7 @@ libtoxmsi_la_LIBS = $(NACL_LIBS) | |||
35 | noinst_PROGRAMS += phone | 36 | noinst_PROGRAMS += phone |
36 | 37 | ||
37 | phone_SOURCES = ../toxmsi/phone.c \ | 38 | phone_SOURCES = ../toxmsi/phone.c \ |
38 | ../toxmsi/AV_codec.h \ | 39 | ../toxmsi/toxmedia.c |
39 | ../toxmsi/AV_codec.c | ||
40 | 40 | ||
41 | phone_CFLAGS = -I../toxcore \ | 41 | phone_CFLAGS = -I../toxcore \ |
42 | -I../toxrtp \ | 42 | -I../toxrtp \ |
diff --git a/toxmsi/phone.c b/toxmsi/phone.c index f14d0323..432be94c 100644 --- a/toxmsi/phone.c +++ b/toxmsi/phone.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <stdlib.h> | 16 | #include <stdlib.h> |
17 | /* #include <termios.h> Can this be removed? */ | 17 | /* #include <termios.h> Can this be removed? */ |
18 | #include <pthread.h> | 18 | #include <pthread.h> |
19 | #include "AV_codec.h" | 19 | #include "toxmedia.h" |
20 | 20 | ||
21 | 21 | ||
22 | 22 | ||
diff --git a/toxmsi/phone.h b/toxmsi/phone.h index d661dcfd..f96aac73 100644 --- a/toxmsi/phone.h +++ b/toxmsi/phone.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #include "../toxrtp/tests/test_helper.h" | 8 | #include "../toxrtp/tests/test_helper.h" |
9 | #include <assert.h> | 9 | #include <assert.h> |
10 | #include <pthread.h> | 10 | #include <pthread.h> |
11 | #include "AV_codec.h" | 11 | #include "toxmedia.h" |
12 | 12 | ||
13 | /* Define client version */ | 13 | /* Define client version */ |
14 | #define _USERAGENT "tox_phone-v.0.2.1" | 14 | #define _USERAGENT "tox_phone-v.0.2.1" |
diff --git a/toxmsi/AV_codec.c b/toxmsi/toxmedia.c index 8a50c894..4c9f5261 100644 --- a/toxmsi/AV_codec.c +++ b/toxmsi/toxmedia.c | |||
@@ -46,7 +46,7 @@ | |||
46 | #include "../toxrtp/toxrtp_message.h" | 46 | #include "../toxrtp/toxrtp_message.h" |
47 | #include "../toxrtp/tests/test_helper.h" | 47 | #include "../toxrtp/tests/test_helper.h" |
48 | #include "phone.h" | 48 | #include "phone.h" |
49 | #include "AV_codec.h" | 49 | #include "toxmedia.h" |
50 | 50 | ||
51 | SDL_Surface *screen; | 51 | SDL_Surface *screen; |
52 | 52 | ||
diff --git a/toxmsi/AV_codec.h b/toxmsi/toxmedia.h index bf5951d2..7eea39ae 100644 --- a/toxmsi/AV_codec.h +++ b/toxmsi/toxmedia.h | |||
@@ -35,8 +35,8 @@ | |||
35 | #include <pthread.h> | 35 | #include <pthread.h> |
36 | #include <AL/al.h> | 36 | #include <AL/al.h> |
37 | #include <AL/alc.h> | 37 | #include <AL/alc.h> |
38 | #include "../toxrtp/toxrtp.h" | 38 | #include "toxrtp.h" |
39 | #include "../toxcore/tox.h" | 39 | #include "tox.h" |
40 | 40 | ||
41 | #include <SDL/SDL.h> | 41 | #include <SDL/SDL.h> |
42 | #include <opus/opus.h> | 42 | #include <opus/opus.h> |