mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed some strange build issues.
This commit is contained in:
parent
05ad1234d2
commit
553f3ea513
|
@ -26,6 +26,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif /* HAVE_CONFIG_H */
|
#endif /* HAVE_CONFIG_H */
|
||||||
|
|
||||||
|
#include "codec.h"
|
||||||
#include "../toxcore/logger.h"
|
#include "../toxcore/logger.h"
|
||||||
#include "../toxcore/util.h"
|
#include "../toxcore/util.h"
|
||||||
|
|
||||||
|
@ -37,7 +38,6 @@
|
||||||
|
|
||||||
#include "msi.h"
|
#include "msi.h"
|
||||||
#include "rtp.h"
|
#include "rtp.h"
|
||||||
#include "codec.h"
|
|
||||||
|
|
||||||
/* Good quality encode. */
|
/* Good quality encode. */
|
||||||
#define MAX_DECODE_TIME_US 0
|
#define MAX_DECODE_TIME_US 0
|
||||||
|
|
|
@ -24,11 +24,10 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif /* HAVE_CONFIG_H */
|
#endif /* HAVE_CONFIG_H */
|
||||||
|
|
||||||
|
#include "msi.h"
|
||||||
#include "../toxcore/logger.h"
|
#include "../toxcore/logger.h"
|
||||||
#include "../toxcore/util.h"
|
#include "../toxcore/util.h"
|
||||||
|
|
||||||
#include "msi.h"
|
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -22,9 +22,6 @@
|
||||||
#ifndef __TOXMSI
|
#ifndef __TOXMSI
|
||||||
#define __TOXMSI
|
#define __TOXMSI
|
||||||
|
|
||||||
#include <inttypes.h>
|
|
||||||
#include <pthread.h>
|
|
||||||
|
|
||||||
#include "codec.h"
|
#include "codec.h"
|
||||||
#include "../toxcore/Messenger.h"
|
#include "../toxcore/Messenger.h"
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,10 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif /* HAVE_CONFIG_H */
|
#endif /* HAVE_CONFIG_H */
|
||||||
|
|
||||||
|
#include "rtp.h"
|
||||||
#include "../toxcore/logger.h"
|
#include "../toxcore/logger.h"
|
||||||
#include "../toxcore/util.h"
|
#include "../toxcore/util.h"
|
||||||
|
|
||||||
#include "rtp.h"
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
void queue_message(RTPSession *_session, RTPMessage *_msg);
|
void queue_message(RTPSession *_session, RTPMessage *_msg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user