Telegram: enable sse2 in libtgvoip

This commit is contained in:
Sergei Reznikov
2017-12-12 18:13:01 +03:00
parent ebb9e4143f
commit 6ab907a893
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ index 52fbea1..6a44ab3 100644
+ 'WEBRTC_POSIX', + 'WEBRTC_POSIX',
+ ], + ],
+ 'cflags_cc': [ + 'cflags_cc': [
+ '-std=gnu11', + '-msse2',
+ '-std=gnu++14', + '-std=gnu++14',
+ ], + ],
+ 'direct_dependent_settings': { + 'direct_dependent_settings': {

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Official desktop version of Telegram messaging app."
HOMEPAGE="https://www.telegram.org/" HOMEPAGE="https://www.telegram.org/"
COPYRIGHT="2013-2017 Telegram" COPYRIGHT="2013-2017 Telegram"
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"
REVISION="10" REVISION="11"
SOURCE_URI="https://github.com/telegramdesktop/tdesktop/archive/v$portVersion.tar.gz" SOURCE_URI="https://github.com/telegramdesktop/tdesktop/archive/v$portVersion.tar.gz"
SOURCE_DIR="tdesktop-$portVersion" SOURCE_DIR="tdesktop-$portVersion"
CHECKSUM_SHA256="56b7fce84adf85a4af1c3174353169f32d0b0c052a4e7a284fc741fa96b04030" CHECKSUM_SHA256="56b7fce84adf85a4af1c3174353169f32d0b0c052a4e7a284fc741fa96b04030"