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 @@ #include "toxmsi.h" #include "toxmsi_message.h" -#include "toxrtp_message.h" -#include "toxrtp/tests/test_helper.h" +#include "../toxrtp/toxrtp_message.h" +#include "../toxrtp/tests/test_helper.h" #include "phone.h" #include "AV_codec.h" @@ -820,4 +820,4 @@ void *decode_audio_thread(void *arg) alcCloseDevice(dev); pthread_mutex_unlock(&cs->avcodec_mutex_lock); pthread_exit ( NULL ); -} \ No newline at end of file +} 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 @@ #include #include #include -#include "toxrtp.h" -#include "tox.h" +#include "../toxrtp/toxrtp.h" +#include "../toxcore/tox.h" #include #include @@ -165,4 +165,4 @@ int handle_rtp_video_packet(codec_state *cs, rtp_msg_t *r_msg); void *decode_video_thread(void *arg); void *decode_audio_thread(void *arg); -#endif \ No newline at end of file +#endif