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.2/lib/liblinpho ne/plugins" #define LINPHONE_PLUGINS_DIR "/home/ut/testing/linphone/3.4.3/lib/liblinpho ne/plugins"
/* Linphone's version number */ /* Linphone's version number */
#define LINPHONE_VERSION "3.4.2" #define LINPHONE_VERSION "3.4.3"
/* 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.2/share" #define PACKAGE_DATA_DIR "/home/ut/testing/linphone/3.4.3/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.2/share/locale" #define PACKAGE_LOCALE_DIR "/home/ut/testing/linphone/3.4.3/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.2/share/sounds/lin phone" #define PACKAGE_SOUND_DIR "/home/ut/testing/linphone/3.4.3/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.2" #define PACKAGE_STRING "linphone 3.4.3"
/* 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.2" #define PACKAGE_VERSION "3.4.3"
/* 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.2" #define VERSION "3.4.3"
/* 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 250 skipping to change at line 250
const char *linphone_call_get_refer_to(const LinphoneCall *call); const char *linphone_call_get_refer_to(const LinphoneCall *call);
bool_t linphone_call_has_transfer_pending(const LinphoneCall *call); bool_t linphone_call_has_transfer_pending(const LinphoneCall *call);
LinphoneCall *linphone_call_get_replaced_call(LinphoneCall *call); LinphoneCall *linphone_call_get_replaced_call(LinphoneCall *call);
int linphone_call_get_duration(const LinphoneCall *call); int linphone_call_get_duration(const LinphoneCall *call);
const LinphoneCallParams * linphone_call_get_current_params(const LinphoneC all *call); const LinphoneCallParams * linphone_call_get_current_params(const LinphoneC all *call);
void linphone_call_enable_camera(LinphoneCall *lc, bool_t enabled); void linphone_call_enable_camera(LinphoneCall *lc, bool_t enabled);
bool_t linphone_call_camera_enabled(const LinphoneCall *lc); bool_t linphone_call_camera_enabled(const LinphoneCall *lc);
int linphone_call_take_video_snapshot(LinphoneCall *call, const char *file) ; int linphone_call_take_video_snapshot(LinphoneCall *call, const char *file) ;
LinphoneReason linphone_call_get_reason(const LinphoneCall *call); LinphoneReason linphone_call_get_reason(const LinphoneCall *call);
const char *linphone_call_get_remote_user_agent(LinphoneCall *call); const char *linphone_call_get_remote_user_agent(LinphoneCall *call);
float linphone_call_get_play_volume(LinphoneCall *call);
float linphone_call_get_record_volume(LinphoneCall *call);
void *linphone_call_get_user_pointer(LinphoneCall *call); void *linphone_call_get_user_pointer(LinphoneCall *call);
void linphone_call_set_user_pointer(LinphoneCall *call, void *user_pointer) ; void linphone_call_set_user_pointer(LinphoneCall *call, void *user_pointer) ;
/** /**
* Enables or disable echo cancellation for this call * Enables or disable echo cancellation for this call
* @param call * @param call
* @param val * @param val
* *
* @ingroup media_parameters * @ingroup media_parameters
**/ **/
void linphone_call_enable_echo_cancellation(LinphoneCall *call, bool_t val) ; void linphone_call_enable_echo_cancellation(LinphoneCall *call, bool_t val) ;
skipping to change at line 280 skipping to change at line 282
* *
* @ingroup media_parameters * @ingroup media_parameters
**/ **/
void linphone_call_enable_echo_limiter(LinphoneCall *call, bool_t val); void linphone_call_enable_echo_limiter(LinphoneCall *call, bool_t val);
/** /**
* Returns TRUE if echo limiter is enabled. * Returns TRUE if echo limiter is enabled.
* *
* @ingroup media_parameters * @ingroup media_parameters
**/ **/
bool_t linphone_call_echo_limiter_enabled(const LinphoneCall *call); bool_t linphone_call_echo_limiter_enabled(const LinphoneCall *call);
/*keep this in sync with mediastreamer2/msvolume.h*/
#define LINPHONE_VOLUME_DB_LOWEST (-120) /**< Lowest measured that can be r
eturned.*/
/** /**
* @addtogroup proxies * @addtogroup proxies
* @{ * @{
**/ **/
/** /**
* The LinphoneProxyConfig object represents a proxy configuration to be us ed * The LinphoneProxyConfig object represents a proxy configuration to be us ed
* by the LinphoneCore object. * by the LinphoneCore object.
* Its fields must not be used directly in favour of the accessors methods. * Its fields must not be used directly in favour of the accessors methods.
* Once created and filled properly the LinphoneProxyConfig can be given to * Once created and filled properly the LinphoneProxyConfig can be given to
* LinphoneCore with linphone_core_add_proxy_config(). * LinphoneCore with linphone_core_add_proxy_config().
 End of changes. 2 change blocks. 
0 lines changed or deleted 7 lines changed or added


 msvolume.h   msvolume.h 
skipping to change at line 71 skipping to change at line 71
/* get a linear gain */ /* get a linear gain */
#define MS_VOLUME_GET_GAIN MS_FILTER_METHOD(MS_VOLUME_ID,14,flo at) #define MS_VOLUME_GET_GAIN MS_FILTER_METHOD(MS_VOLUME_ID,14,flo at)
/* get the gain in db*/ /* get the gain in db*/
#define MS_VOLUME_GET_GAIN_DB MS_FILTER_METHOD(MS_VOLUME_ID,15,flo at) #define MS_VOLUME_GET_GAIN_DB MS_FILTER_METHOD(MS_VOLUME_ID,15,flo at)
#define MS_VOLUME_REMOVE_DC MS_FILTER_METHOD(MS_VOLUME_ID,16,int) #define MS_VOLUME_REMOVE_DC MS_FILTER_METHOD(MS_VOLUME_ID,16,int)
#define MS_VOLUME_SET_EA_TRANSMIT_THRESHOLD MS_FILTER_METHOD(MS_VOLUME_I D,17,float) #define MS_VOLUME_SET_EA_TRANSMIT_THRESHOLD MS_FILTER_METHOD(MS_VOLUME_I D,17,float)
#define MS_VOLUME_DB_LOWEST (-120) /*arbitrary value returned w
hen linear volume is 0*/
extern MSFilterDesc ms_volume_desc; extern MSFilterDesc ms_volume_desc;
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/