> On 10 May 2021, at 10:47, Bouke <[email protected]> wrote: > > Hi all, > I’ve downloaded a FFMpeg build script and altered it to my liking > (Added Decklink support / drawtext) > > running the script as ./build-ffmpeg -b --enable-gpl-and-non-free > > Now it does build on a Catalina system, but fails on a Big Sur. > The succesfull build however has dependencies where everything should be > static. > > MacBook-Pro:~ bouke$ /Users/bouke/Desktop/ffplay ; exit; > dyld: Library not loaded: /usr/local/opt/fontconfig/lib/libfontconfig.1.dylib > Referenced from: /Users/bouke/Desktop/ffplay > Reason: image not found > > > The failed builds seems to fail on > Library not loaded: /usr/local/opt/fontconfig/lib/libfontconfig.1.dylib > > from the Compilation guide it is suggestred that macOS comes with freetype > installed. > freetype-config on the ‘good’ machine works, > but on the non-working machine: > -bash: freetype-config: command not found > > > So, two problems: > 1) not fully static > 2) not able to build on ’some’ machines > > What am I missing? > Logfiles and script are attached > > Bouke >
Logfiles and script is here: Download link https://we.tl/t-UB5Ynvv8DE <https://we.tl/t-UB5Ynvv8DE> (Original script comes from https://github.com/markus-perl/ffmpeg-build-script <https://github.com/markus-perl/ffmpeg-build-script> ) _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
