0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ohos_vlc
  2. /
  3. contrib
  4. /
  5. src
  6. /
  7. breakpad
DDavid Fuhrmanncontrib: breakpad: Fix build with newest Xcode
95685500创建于 2023年2月10日历史提交
文件最后提交记录最后更新时间
0001-mac-client-Upgrade-Breakpad.xib-to-new-format.patch
contrib: breakpad: Fix compilation with new toolchain Breakpad.xib is in the old Xcode3 format, supporting OS versions down to 10.5. This old target is not supported anymore by new toolchains, therefore upgrade the format with Xcode 10, and set 10.7 as minimum version. (cherry picked from commit 004467b3a7062e8d0849fc80e5431d2cc0ca0a6c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 7 年前
SHA512SUMS
contrib: Update Breakpad to 0.1.3 Fixes a crash on macOS 10.7 and 10.8 (cherry picked from commit 3660d0c25a0520c7eab8a3f75535db89552e2525) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 8 年前
rules.mak
contrib: breakpad: Fix build with newest Xcode The latest Xcode 14 / macOS 13 SDK declares quite a bunch of c calls as deprecated for security reasons, like sprintf, which makes compilation failing. Disable "-Werror" for Breakpad builds, to downgrade those errors to warnings. fixes #26859 (cherry picked from commit 7a0445383b3b8487fa13e9451caccd8ffe981f4c) 3 年前