Strange libavformat dependency with Jackmp
Asked Answered
B

0

3

I try to execute my application on another Mac than my development machine and I have the following error:

Dyld Error Message:
    Library not loaded: /System/Library/Framework/Versions/A/Jackmp
    Referenced from: /Volumes/FFmpegTest_v1.0.1/FFmpegTest.app/Contents/Frameworks/libavformat.56.dylib

It seems that this Jackmp library is a new dependency (not present in earlier libavformat dependencies) as I can check with:

otool -L /usr/local/lib/libavformat.dylib

Any idea?

Bautram answered 13/4, 2015 at 18:1 Comment(4)
What's the output of otool -L /Volumes/FFmpegTest_v1.0.1/FFmpegTest.app/Contents/MacOS/YourExecutable ?Flemings
I put it here: pastebin.com/g9UbuvrtBautram
I think the solution is to build ffmpeg without jack.Bautram
@MartinDelille either that, or bundle jack with your application.Catchup

© 2022 - 2024 — McMap. All rights reserved.