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

www.VideoToolShed.com
van Oldenbarneveltstraat 33
6512 AS  Nijmegen
+31 6 21817248
To send files, go here:
https://videotoolshed.wetransfer.com/
_______________________________________________
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".

Reply via email to