Skip to content

Fixing RPaths for FFMPEG for MacOS Packaging

Robert Lancaster requested to merge (removed):fixRpath into master

This will make sure that the libraries and binaries for ffmpeg all get the correct install ID's and links to one another so we can fix the issue with packaging for ffmpeg. It uses rpaths to accomplish the goal.

Merge request reports