fix tutorial linphonecore.h includes

fix wrong mediastreamer2 ref
This commit is contained in:
Jehan Monnier 2010-11-16 08:57:47 +01:00
parent 3d4f548aac
commit 38aec9fc05
5 changed files with 22 additions and 4 deletions

View file

@ -33,7 +33,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
#ifdef IN_LINPHONE
#include "linphonecore.h"
#else
#include "linphone/linphonecore.h"
#endif
#include <signal.h>

View file

@ -32,7 +32,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
#ifdef IN_LINPHONE
#include "linphonecore.h"
#else
#include "linphone/linphonecore.h"
#endif
#include <signal.h>

View file

@ -27,8 +27,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@include helloworld.c
*/
#include <linphonecore.h>
#ifdef IN_LINPHONE
#include "linphonecore.h"
#else
#include "linphone/linphonecore.h"
#endif
#include <signal.h>
@ -78,7 +81,10 @@ int main(int argc, char *argv[]){
}
signal(SIGINT,stop);
#ifdef DEBUG
linphone_core_enable_logs(NULL); /*enable liblinphone logs.*/
#endif
/*
Fill the LinphoneCoreVTable with application callbacks.
All are optional. Here we only use the call_state_changed callbacks

View file

@ -33,7 +33,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
#ifdef IN_LINPHONE
#include "linphonecore.h"
#else
#include "linphone/linphonecore.h"
#endif
#include <signal.h>

@ -1 +1 @@
Subproject commit 7ec60743dfffefc49cc83e47f0eff0ec7928d83a
Subproject commit ffacf56718c198cb80a290f7a65975916d8a9b6b