summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxmsi/AV_codec.c6
-rw-r--r--toxmsi/AV_codec.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/toxmsi/AV_codec.c b/toxmsi/AV_codec.c
index 6730dca9..82e6a320 100644
--- a/toxmsi/AV_codec.c
+++ b/toxmsi/AV_codec.c
@@ -43,8 +43,8 @@
43 43
44#include "toxmsi.h" 44#include "toxmsi.h"
45#include "toxmsi_message.h" 45#include "toxmsi_message.h"
46#include "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 "AV_codec.h"
50 50
@@ -820,4 +820,4 @@ void *decode_audio_thread(void *arg)
820 alcCloseDevice(dev); 820 alcCloseDevice(dev);
821 pthread_mutex_unlock(&cs->avcodec_mutex_lock); 821 pthread_mutex_unlock(&cs->avcodec_mutex_lock);
822 pthread_exit ( NULL ); 822 pthread_exit ( NULL );
823} \ No newline at end of file 823}
diff --git a/toxmsi/AV_codec.h b/toxmsi/AV_codec.h
index 97a2abbb..641cf486 100644
--- a/toxmsi/AV_codec.h
+++ b/toxmsi/AV_codec.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.h" 38#include "../toxrtp/toxrtp.h"
39#include "tox.h" 39#include "../toxcore/tox.h"
40 40
41#include <SDL.h> 41#include <SDL.h>
42#include <opus/opus.h> 42#include <opus/opus.h>
@@ -165,4 +165,4 @@ int handle_rtp_video_packet(codec_state *cs, rtp_msg_t *r_msg);
165void *decode_video_thread(void *arg); 165void *decode_video_thread(void *arg);
166void *decode_audio_thread(void *arg); 166void *decode_audio_thread(void *arg);
167 167
168#endif \ No newline at end of file 168#endif