Update SDK master
This commit is contained in:
parent
b645696528
commit
fbb83249b8
4 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
echo $DEFAULT_MACOS_CMAKE_OPTIONS
|
echo $DEFAULT_MACOS_CMAKE_OPTIONS
|
||||||
echo $CMAKE_OPTIONS
|
echo $CMAKE_OPTIONS
|
||||||
echo $ADDITIONAL_BUILD_OPTIONS
|
echo $ADDITIONAL_BUILD_OPTIONS
|
||||||
cmake .. -G "$CMAKE_GENERATOR" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=$CI_BUILD_TYPE $DEFAULT_MACOS_CMAKE_OPTIONS -DLINPHONE_BUILDER_SIGNING_IDENTITY="$MACOS_SIGNING_IDENTITY" $XCODE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $RELEASE_FILE
|
cmake .. -G "$CMAKE_GENERATOR" -DCMAKE_OSX_DEPLOYMENT_TARGET=12.3 -DCMAKE_BUILD_TYPE=$CI_BUILD_TYPE $DEFAULT_MACOS_CMAKE_OPTIONS -DLINPHONE_BUILDER_SIGNING_IDENTITY="$MACOS_SIGNING_IDENTITY" $XCODE_OPTIONS $CMAKE_OPTIONS $SCHEDULE_CMAKE_OPTIONS $RELEASE_FILE
|
||||||
cmake --build . --target install --config $CI_BUILD_TYPE $LBC_NODEBUG_OPTIONS -- $ADDITIONAL_BUILD_OPTIONS
|
cmake --build . --target install --config $CI_BUILD_TYPE $LBC_NODEBUG_OPTIONS -- $ADDITIONAL_BUILD_OPTIONS
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -221,7 +221,7 @@ void CoreModel::onConferenceInfoReceived(const std::shared_ptr<linphone::Core> &
|
||||||
emit conferenceInfoReceived(core, conferenceInfo);
|
emit conferenceInfoReceived(core, conferenceInfo);
|
||||||
}
|
}
|
||||||
void CoreModel::onConfiguringStatus(const std::shared_ptr<linphone::Core> &core,
|
void CoreModel::onConfiguringStatus(const std::shared_ptr<linphone::Core> &core,
|
||||||
linphone::Config::ConfiguringState status,
|
linphone::ConfiguringState status,
|
||||||
const std::string &message) {
|
const std::string &message) {
|
||||||
emit configuringStatus(core, status, message);
|
emit configuringStatus(core, status, message);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ private:
|
||||||
onConferenceInfoReceived(const std::shared_ptr<linphone::Core> &core,
|
onConferenceInfoReceived(const std::shared_ptr<linphone::Core> &core,
|
||||||
const std::shared_ptr<const linphone::ConferenceInfo> &conferenceInfo) override;
|
const std::shared_ptr<const linphone::ConferenceInfo> &conferenceInfo) override;
|
||||||
virtual void onConfiguringStatus(const std::shared_ptr<linphone::Core> &core,
|
virtual void onConfiguringStatus(const std::shared_ptr<linphone::Core> &core,
|
||||||
linphone::Config::ConfiguringState status,
|
linphone::ConfiguringState status,
|
||||||
const std::string &message) override;
|
const std::string &message) override;
|
||||||
virtual void onDefaultAccountChanged(const std::shared_ptr<linphone::Core> &core,
|
virtual void onDefaultAccountChanged(const std::shared_ptr<linphone::Core> &core,
|
||||||
const std::shared_ptr<linphone::Account> &account) override;
|
const std::shared_ptr<linphone::Account> &account) override;
|
||||||
|
|
@ -193,7 +193,7 @@ signals:
|
||||||
void conferenceInfoReceived(const std::shared_ptr<linphone::Core> &core,
|
void conferenceInfoReceived(const std::shared_ptr<linphone::Core> &core,
|
||||||
const std::shared_ptr<const linphone::ConferenceInfo> &conferenceInfo);
|
const std::shared_ptr<const linphone::ConferenceInfo> &conferenceInfo);
|
||||||
void configuringStatus(const std::shared_ptr<linphone::Core> &core,
|
void configuringStatus(const std::shared_ptr<linphone::Core> &core,
|
||||||
linphone::Config::ConfiguringState status,
|
linphone::ConfiguringState status,
|
||||||
const std::string &message);
|
const std::string &message);
|
||||||
void defaultAccountChanged(const std::shared_ptr<linphone::Core> &core,
|
void defaultAccountChanged(const std::shared_ptr<linphone::Core> &core,
|
||||||
const std::shared_ptr<linphone::Account> &account);
|
const std::shared_ptr<linphone::Account> &account);
|
||||||
|
|
|
||||||
2
external/linphone-sdk
vendored
2
external/linphone-sdk
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit f771d655e30169e59d8b3736d4e2a30e52e29f18
|
Subproject commit 8f34346639a69e44cc67a6363fc657f78bfbc28d
|
||||||
Loading…
Reference in a new issue