config.h | config.h | |||
---|---|---|---|---|
skipping to change at line 114 | skipping to change at line 114 | |||
/* Define to 1 if you have the <X11/Xlib.h> header file. */ | /* Define to 1 if you have the <X11/Xlib.h> header file. */ | |||
#define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XLIB_H 1 | |||
/* All supported languages */ | /* All supported languages */ | |||
#define LINPHONE_ALL_LANGS "fr it de ja es pl cs nl sv pt_BR hu ru zh_CN" | #define LINPHONE_ALL_LANGS "fr it de ja es pl cs nl sv pt_BR hu ru zh_CN" | |||
/* Windows appdata subdir where linphonerc can be found */ | /* Windows appdata subdir where linphonerc can be found */ | |||
#define LINPHONE_CONFIG_DIR "Linphone" | #define LINPHONE_CONFIG_DIR "Linphone" | |||
/* path of liblinphone plugins, not mediastreamer2 plugins */ | /* path of liblinphone plugins, not mediastreamer2 plugins */ | |||
#define LINPHONE_PLUGINS_DIR "/home/ut/testing/linphone/3.4.1/lib/liblinpho ne/plugins" | #define LINPHONE_PLUGINS_DIR "/home/ut/testing/linphone/3.4.2/lib/liblinpho ne/plugins" | |||
/* Linphone's version number */ | /* Linphone's version number */ | |||
#define LINPHONE_VERSION "3.4.1" | #define LINPHONE_VERSION "3.4.2" | |||
/* Define to the sub-directory in which libtool stores uninstalled librarie s. | /* Define to the sub-directory in which libtool stores uninstalled librarie s. | |||
*/ | */ | |||
#define LT_OBJDIR ".libs/" | #define LT_OBJDIR ".libs/" | |||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */ | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | |||
/* #undef NO_MINUS_C_MINUS_O */ | /* #undef NO_MINUS_C_MINUS_O */ | |||
/* Name of package */ | /* Name of package */ | |||
#define PACKAGE "linphone" | #define PACKAGE "linphone" | |||
/* Define to the address where bug reports for this package should be sent. */ | /* Define to the address where bug reports for this package should be sent. */ | |||
#define PACKAGE_BUGREPORT "linphone-developers@nongnu.org" | #define PACKAGE_BUGREPORT "linphone-developers@nongnu.org" | |||
/* Defines the place where data are found */ | /* Defines the place where data are found */ | |||
#define PACKAGE_DATA_DIR "/home/ut/testing/linphone/3.4.1/share" | #define PACKAGE_DATA_DIR "/home/ut/testing/linphone/3.4.2/share" | |||
/* Defines the place where locales can be found */ | /* Defines the place where locales can be found */ | |||
#define PACKAGE_LOCALE_DIR "/home/ut/testing/linphone/3.4.1/share/locale" | #define PACKAGE_LOCALE_DIR "/home/ut/testing/linphone/3.4.2/share/locale" | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#define PACKAGE_NAME "linphone" | #define PACKAGE_NAME "linphone" | |||
/* Defines the place where linphone sounds are found */ | /* Defines the place where linphone sounds are found */ | |||
#define PACKAGE_SOUND_DIR "/home/ut/testing/linphone/3.4.1/share/sounds/lin phone" | #define PACKAGE_SOUND_DIR "/home/ut/testing/linphone/3.4.2/share/sounds/lin phone" | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
#define PACKAGE_STRING "linphone 3.4.1" | #define PACKAGE_STRING "linphone 3.4.2" | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#define PACKAGE_TARNAME "linphone" | #define PACKAGE_TARNAME "linphone" | |||
/* Define to the home page for this package. */ | /* Define to the home page for this package. */ | |||
#define PACKAGE_URL "" | #define PACKAGE_URL "" | |||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#define PACKAGE_VERSION "3.4.1" | #define PACKAGE_VERSION "3.4.2" | |||
/* Define to 1 if you have the ANSI C header files. */ | /* Define to 1 if you have the ANSI C header files. */ | |||
#define STDC_HEADERS 1 | #define STDC_HEADERS 1 | |||
/* Tell whether date_version.h must be used */ | /* Tell whether date_version.h must be used */ | |||
/* #undef USE_BUILDDATE_VERSION */ | /* #undef USE_BUILDDATE_VERSION */ | |||
/* Version number of package */ | /* Version number of package */ | |||
#define VERSION "3.4.1" | #define VERSION "3.4.2" | |||
/* defined if video support is available */ | /* defined if video support is available */ | |||
#define VIDEO_ENABLED 1 | #define VIDEO_ENABLED 1 | |||
/* Tell whether RSVP support should be compiled. */ | /* Tell whether RSVP support should be compiled. */ | |||
/* #undef VINCENT_MAURY_RSVP */ | /* #undef VINCENT_MAURY_RSVP */ | |||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | |||
significant byte first (like Motorola and SPARC, unlike Intel). */ | significant byte first (like Motorola and SPARC, unlike Intel). */ | |||
#if defined AC_APPLE_UNIVERSAL_BUILD | #if defined AC_APPLE_UNIVERSAL_BUILD | |||
End of changes. 8 change blocks. | ||||
8 lines changed or deleted | 8 lines changed or added | |||
linphonecore.h | linphonecore.h | |||
---|---|---|---|---|
skipping to change at line 959 | skipping to change at line 959 | |||
void linphone_core_destroy(LinphoneCore *lc); | void linphone_core_destroy(LinphoneCore *lc); | |||
/*for advanced users:*/ | /*for advanced users:*/ | |||
void linphone_core_set_audio_transports(LinphoneCore *lc, RtpTransport *rtp , RtpTransport *rtcp); | void linphone_core_set_audio_transports(LinphoneCore *lc, RtpTransport *rtp , RtpTransport *rtcp); | |||
int linphone_core_get_current_call_stats(LinphoneCore *lc, rtp_stats_t *loc al, rtp_stats_t *remote); | int linphone_core_get_current_call_stats(LinphoneCore *lc, rtp_stats_t *loc al, rtp_stats_t *remote); | |||
const MSList *linphone_core_get_calls(LinphoneCore *lc); | const MSList *linphone_core_get_calls(LinphoneCore *lc); | |||
LinphoneGlobalState linphone_core_get_global_state(const LinphoneCore *lc); | LinphoneGlobalState linphone_core_get_global_state(const LinphoneCore *lc); | |||
/** | ||||
* force registration refresh to be initiated upon next iterate | ||||
* @ingroup proxies | ||||
*/ | ||||
void linphone_core_refresh_registers(LinphoneCore* lc); | ||||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
void linphone_call_send_vfu_request(LinphoneCall *call); | void linphone_call_send_vfu_request(LinphoneCall *call); | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 5 lines changed or added | |||