From f9391e5252dcd74100177a03b435742cef8adfe0 Mon Sep 17 00:00:00 2001 From: rayslava Date: Mon, 14 Oct 2013 11:01:54 +0400 Subject: Toxmsi build fix Build failed on toxmsi building with ../toxmsi/AV_codec.c:46:28: fatal error: toxrtp_message.h: No such file or directory #include "toxrtp_message.h" --- toxmsi/AV_codec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxmsi/AV_codec.c') 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 +} -- cgit v1.2.3