mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Cleanup
This commit is contained in:
parent
96a5df0b68
commit
da2849dfcf
84
.vscode/settings.json
vendored
84
.vscode/settings.json
vendored
@ -2,78 +2,14 @@
|
||||
"sweetpad.build.xcodeWorkspacePath": "Telegram/Telegram.xcodeproj/project.xcworkspace",
|
||||
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
|
||||
"lldb.launch.expressions": "native",
|
||||
"files.associations": {
|
||||
"__bit_reference": "cpp",
|
||||
"__hash_table": "cpp",
|
||||
"__locale": "cpp",
|
||||
"__node_handle": "cpp",
|
||||
"__split_buffer": "cpp",
|
||||
"__threading_support": "cpp",
|
||||
"__tree": "cpp",
|
||||
"__verbose_abort": "cpp",
|
||||
"any": "cpp",
|
||||
"array": "cpp",
|
||||
"bitset": "cpp",
|
||||
"cctype": "cpp",
|
||||
"cfenv": "cpp",
|
||||
"charconv": "cpp",
|
||||
"cinttypes": "cpp",
|
||||
"clocale": "cpp",
|
||||
"cmath": "cpp",
|
||||
"codecvt": "cpp",
|
||||
"complex": "cpp",
|
||||
"condition_variable": "cpp",
|
||||
"csignal": "cpp",
|
||||
"cstdarg": "cpp",
|
||||
"cstddef": "cpp",
|
||||
"cstdint": "cpp",
|
||||
"cstdio": "cpp",
|
||||
"cstdlib": "cpp",
|
||||
"cstring": "cpp",
|
||||
"ctime": "cpp",
|
||||
"cwchar": "cpp",
|
||||
"cwctype": "cpp",
|
||||
"deque": "cpp",
|
||||
"execution": "cpp",
|
||||
"memory": "cpp",
|
||||
"forward_list": "cpp",
|
||||
"fstream": "cpp",
|
||||
"future": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"iomanip": "cpp",
|
||||
"ios": "cpp",
|
||||
"iosfwd": "cpp",
|
||||
"iostream": "cpp",
|
||||
"istream": "cpp",
|
||||
"limits": "cpp",
|
||||
"list": "cpp",
|
||||
"locale": "cpp",
|
||||
"map": "cpp",
|
||||
"mutex": "cpp",
|
||||
"new": "cpp",
|
||||
"optional": "cpp",
|
||||
"ostream": "cpp",
|
||||
"print": "cpp",
|
||||
"queue": "cpp",
|
||||
"ratio": "cpp",
|
||||
"regex": "cpp",
|
||||
"scoped_allocator": "cpp",
|
||||
"set": "cpp",
|
||||
"span": "cpp",
|
||||
"sstream": "cpp",
|
||||
"stack": "cpp",
|
||||
"stdexcept": "cpp",
|
||||
"streambuf": "cpp",
|
||||
"string": "cpp",
|
||||
"string_view": "cpp",
|
||||
"tuple": "cpp",
|
||||
"typeindex": "cpp",
|
||||
"typeinfo": "cpp",
|
||||
"unordered_map": "cpp",
|
||||
"unordered_set": "cpp",
|
||||
"valarray": "cpp",
|
||||
"variant": "cpp",
|
||||
"vector": "cpp",
|
||||
"algorithm": "cpp"
|
||||
"search.followSymlinks": false,
|
||||
"files.exclude": {
|
||||
".git/**": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
".git/**": true
|
||||
},
|
||||
"search.exclude": {
|
||||
".git/**": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4294,7 +4294,7 @@ enum GCDAsyncSocketConfig
|
||||
return;
|
||||
}
|
||||
|
||||
BOOL hasBytesAvailable;
|
||||
BOOL hasBytesAvailable = false;
|
||||
unsigned long estimatedBytesAvailable;
|
||||
|
||||
if ([self usingCFStreamForTLS])
|
||||
|
107
submodules/ffmpeg/BUILD
vendored
107
submodules/ffmpeg/BUILD
vendored
@ -1,111 +1,4 @@
|
||||
|
||||
'''ffmpeg_header_paths = [
|
||||
"libavutil/hwcontext.h",
|
||||
"libavutil/time.h",
|
||||
"libavutil/hwcontext_cuda.h",
|
||||
"libavutil/intfloat.h",
|
||||
"libavutil/error.h",
|
||||
"libavutil/fifo.h",
|
||||
"libavutil/blowfish.h",
|
||||
"libavutil/hwcontext_mediacodec.h",
|
||||
"libavutil/replaygain.h",
|
||||
"libavutil/version.h",
|
||||
"libavutil/murmur3.h",
|
||||
"libavutil/stereo3d.h",
|
||||
"libavutil/samplefmt.h",
|
||||
"libavutil/pixdesc.h",
|
||||
"libavutil/base64.h",
|
||||
"libavutil/rational.h",
|
||||
"libavutil/sha.h",
|
||||
"libavutil/motion_vector.h",
|
||||
"libavutil/avconfig.h",
|
||||
"libavutil/lfg.h",
|
||||
"libavutil/avutil.h",
|
||||
"libavutil/xtea.h",
|
||||
"libavutil/crc.h",
|
||||
"libavutil/hwcontext_vdpau.h",
|
||||
"libavutil/frame.h",
|
||||
"libavutil/file.h",
|
||||
"libavutil/md5.h",
|
||||
"libavutil/cast5.h",
|
||||
"libavutil/hwcontext_vaapi.h",
|
||||
"libavutil/spherical.h",
|
||||
"libavutil/ffversion.h",
|
||||
"libavutil/audio_fifo.h",
|
||||
"libavutil/tree.h",
|
||||
"libavutil/threadmessage.h",
|
||||
"libavutil/attributes.h",
|
||||
"libavutil/adler32.h",
|
||||
"libavutil/hwcontext_d3d11va.h",
|
||||
"libavutil/timecode.h",
|
||||
"libavutil/sha512.h",
|
||||
"libavutil/hwcontext_dxva2.h",
|
||||
"libavutil/display.h",
|
||||
"libavutil/buffer.h",
|
||||
"libavutil/camellia.h",
|
||||
"libavutil/pixelutils.h",
|
||||
"libavutil/hwcontext_drm.h",
|
||||
"libavutil/common.h",
|
||||
"libavutil/hmac.h",
|
||||
"libavutil/eval.h",
|
||||
"libavutil/dict.h",
|
||||
"libavutil/random_seed.h",
|
||||
"libavutil/opt.h",
|
||||
"libavutil/mastering_display_metadata.h",
|
||||
"libavutil/log.h",
|
||||
"libavutil/aes.h",
|
||||
"libavutil/macros.h",
|
||||
"libavutil/bswap.h",
|
||||
"libavutil/rc4.h",
|
||||
"libavutil/tea.h",
|
||||
"libavutil/cpu.h",
|
||||
"libavutil/lzo.h",
|
||||
"libavutil/des.h",
|
||||
"libavutil/channel_layout.h",
|
||||
"libavutil/encryption_info.h",
|
||||
"libavutil/twofish.h",
|
||||
"libavutil/imgutils.h",
|
||||
"libavutil/hwcontext_videotoolbox.h",
|
||||
"libavutil/mem.h",
|
||||
"libavutil/parseutils.h",
|
||||
"libavutil/ripemd.h",
|
||||
"libavutil/bprint.h",
|
||||
"libavutil/hwcontext_qsv.h",
|
||||
"libavutil/pixfmt.h",
|
||||
"libavutil/aes_ctr.h",
|
||||
"libavutil/timestamp.h",
|
||||
"libavutil/downmix_info.h",
|
||||
"libavutil/avassert.h",
|
||||
"libavutil/hash.h",
|
||||
"libavutil/mathematics.h",
|
||||
"libavutil/intreadwrite.h",
|
||||
"libavutil/avstring.h",
|
||||
"libavformat/version.h",
|
||||
"libavformat/avio.h",
|
||||
"libavformat/avformat.h",
|
||||
"libavcodec/adts_parser.h",
|
||||
"libavcodec/avcodec.h",
|
||||
"libavcodec/version.h",
|
||||
"libavcodec/vdpau.h",
|
||||
"libavcodec/qsv.h",
|
||||
"libavcodec/vaapi.h",
|
||||
"libavcodec/videotoolbox.h",
|
||||
"libavcodec/xvmc.h",
|
||||
"libavcodec/mediacodec.h",
|
||||
"libavcodec/d3d11va.h",
|
||||
"libavcodec/avfft.h",
|
||||
"libavcodec/jni.h",
|
||||
"libavcodec/dirac.h",
|
||||
"libavcodec/avdct.h",
|
||||
"libavcodec/ac3_parser.h",
|
||||
"libavcodec/vorbis_parser.h",
|
||||
"libavcodec/dxva2.h",
|
||||
"libavcodec/dv_profile.h",
|
||||
"libswresample/version.h",
|
||||
"libswresample/swresample.h",
|
||||
]'''
|
||||
|
||||
|
||||
ffmpeg_header_paths = [
|
||||
"libavutil/hwcontext.h",
|
||||
"libavutil/time.h",
|
||||
|
Loading…
x
Reference in New Issue
Block a user