Skip to content
Snippets Groups Projects

ffmpeg: pass along CMAKE_OSX_SYSROOT to the linker

Merged Cory Quammen requested to merge ffmpeg-set-sdk-macos into master
1 unresolved thread

Doing so sets the SDK version in the binary, which was previously missing. When the SDK is missing, code verification during loading fails, preventing ParaView from starting.

With this change

> otool -l install/lib/libavformat.dylib | grep sdk
>     sdk 10.15.6

Without this change

> otool -l install/lib/libavformat.dylib | grep sdk
>     sdk n/a

Fixes #54 (closed).

Edited by Cory Quammen

Merge request reports

Pipeline #200649 passed

Pipeline passed for acc901d1 on ffmpeg-set-sdk-macos

Approval is optional

Merged by Kitware RobotKitware Robot 4 years ago (Nov 18, 2020 12:10am UTC)

Merge details

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading