Hi Ted, I used Freepascal to write my app. And this app works fine when I use FFmpeg's dylibs downloaded from Zeranoe website. But my app doesn't work with dylibs which I compiled from FFmpeg sources (the same version) in an attempt to reduce a file size of the app.
вс, 2 авг. 2020 г. в 22:31, Ted Park <[email protected]>: > On Sun, Aug 2, 2020 at 1:40 PM Екатерина <[email protected]> wrote: > > > Hi, > > > > I have a problem with compilation of shared libraries on macOS Catalina > to > > include FFmpeg 4.3.1 dylibs for my app video for a simple video playback: > > > I compile successfully all dylibs. But my app crashes when I try to open > > any video file: > > > What am I doing wrong? With Zeranoe's dylibs everything works fine. I would > > be grateful for any advice. > > > Hi, > > What do you use to write the app? If it’s an actual .app package then I > think you can put the one you want in a directory like > <Application>.app/Contents/Frameworks and link to the included dylib so it > doesn’t depend on the installed version. > > Regards, > Ted Park > > > > _______________________________________________ > 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". _______________________________________________ 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".
