Re: [FFmpeg-user] Compilation of shared libraries for macOS

2020-08-03 Thread Aleksid
Ted, I put dylibs to a local folder in my APP bundle > Frameworks. So I can switch between different versions of FFmpeg dylibs (my compiled dylibs or Zeranoe dylibs). Version of FFmpeg is the same 4.3.1 in both cases. пн, 3 авг. 2020 г. в 00:53, Ted Park : > Hi, > > How do you use a specific

Re: [FFmpeg-user] Compilation of shared libraries for macOS

2020-08-02 Thread Ted Park
Hi, How do you use a specific library version? Do you have two different versions of the app? Or are you simply switching different dylibs in usr local lib? Regards, Ted Park ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Compilation of shared libraries for macOS

2020-08-02 Thread Aleksid
Hi Carl, Thanks for your reply and I apologize that I probably posted incorrectly my question. Most likely, my problem will occur with the current version of FFmpeg, too. I tried many combinations of configure options. The problem occurs even if I use only 1 option: --enable-shared I'll check

Re: [FFmpeg-user] Compilation of shared libraries for macOS

2020-08-02 Thread Aleksid
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,

Re: [FFmpeg-user] Compilation of shared libraries for macOS

2020-08-02 Thread Ted Park
On Sun, Aug 2, 2020 at 1:40 PM Екатерина 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

Re: [FFmpeg-user] Compilation of shared libraries for macOS

2020-08-02 Thread Carl Eugen Hoyos
Am So., 2. Aug. 2020 um 19:40 Uhr schrieb Екатерина : > 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: > > ./configure --prefix=/usr/local/Cellar/ffmpeg/4.3.1 --enable-shared >

[FFmpeg-user] Compilation of shared libraries for macOS

2020-08-02 Thread Екатерина
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: ./configure --prefix=/usr/local/Cellar/ffmpeg/4.3.1 --enable-shared --enable-pthreads --enable-hardcoded-tables --enable-avcodec