Will examine that.

Kolya

> On Feb 23, 2018, at 11:52 PM, Helmut K. C. Tessarek <tessa...@evermeet.cx> 
> 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 phase. 
>> All OK. I want to be able to include them as dylibs in my OSX app package. 
>> The app wants to see dylibs which are built using @rpath like 
>> @rpath/libavutil.dylib when inspecting the dylib using otool. Would anyone 
>> have any recommendations on how to accomplish this? I must include ffmpeg 
>> dylibs in my app.
> 
> You can have a look at how the VLC project does it. All of their libs
> are dynamic libs which are located in one sub directory of the app.
> 
> So you have to set the rpath relative to your binary that makes the calls.
> 
> Cheers,
>  K. C.
> 
> -- 
> regards Helmut K. C. Tessarek              KeyID 0x172380A011EF4944
> Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944
> 
> /*
>   Thou shalt not follow the NULL pointer for chaos and madness
>   await thee at its end.
> */
> 

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to