|
|
@ -18,7 +18,6 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
// LinphoneMediaEngine is a Linphone implementation of MediaEngine
|
|
|
|
// LinphoneMediaEngine is a Linphone implementation of MediaEngine
|
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
#include "talk/third_party/mediastreamer/mediastream.h"
|
|
|
|
#include "talk/third_party/mediastreamer/mediastream.h"
|
|
|
|
#ifdef HAVE_ILBC
|
|
|
|
#ifdef HAVE_ILBC
|
|
|
|
#include "talk/third_party/mediastreamer/msilbcdec.h"
|
|
|
|
#include "talk/third_party/mediastreamer/msilbcdec.h"
|
|
|
@ -26,7 +25,6 @@ extern "C" {
|
|
|
|
#ifdef HAVE_SPEEX
|
|
|
|
#ifdef HAVE_SPEEX
|
|
|
|
#include "talk/third_party/mediastreamer/msspeexdec.h"
|
|
|
|
#include "talk/third_party/mediastreamer/msspeexdec.h"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
#include <ortp.h>
|
|
|
|
#include <ortp.h>
|
|
|
|
#include <netdb.h>
|
|
|
|
#include <netdb.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <unistd.h>
|
|
|
|