[FFmpeg-user] Compilation of shared libraries for macOS

Ted Park kumowoon1025 at gmail.com
Sun Aug 2 22:30:50 EEST 2020


On Sun, Aug 2, 2020 at 1:40 PM Екатерина <beautyofnorth at gmail.com> 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

>


More information about the ffmpeg-user mailing list