ffmpeg: pass along CMAKE_OSX_SYSROOT to the linker
1 unresolved thread
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
Activity
Errors:
- This branch is ineligible for the paraview/5.8.x branch; it needs to be based on a commit before 6b0d7161.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
@ben.boeckel does kwrobot need to be updated? This is a change needed for ParaView 5.9. Thanks.
Please review, @ben.boeckel.
mentioned in commit b0778749
Please register or sign in to reply