Re: [FFmpeg-devel] Building FFmpeg dylibs for OSX

2018-02-24 Thread livinginlosangeles
Will examine that. Kolya > On Feb 23, 2018, at 11:52 PM, Helmut K. C. Tessarek > wrote: > > On 2018-02-24 01:22, livinginlosange...@mac.com wrote: >> I can successfully compile ffmpeg info lgpl compliant dylibs which I can >> link to from /usr/local. I specify /usr/local during my ./configure

Re: [FFmpeg-devel] Building FFmpeg dylibs for OSX

2018-02-23 Thread Helmut K. C. Tessarek
On 2018-02-24 01:22, livinginlosange...@mac.com wrote: > I can successfully compile ffmpeg info lgpl compliant dylibs which I can link > to from /usr/local. I specify /usr/local during my ./configure phase. All OK. > I want to be able to include them as dylibs in my OSX app package. The app > wa