Re: [libav-devel] [PATCH] Darwin/MacOS X: allow user-specified library install path

2011-06-24 Thread Måns Rullgård
Sean McGovern gsean...@gmail.com writes: In Darwin/MacOS X, it is advantageous to be able to set a custom library install path when embedding a library alongside or in a path relative to it's calling binary application This allows constructions such as: @executable_path/lib which is

[libav-devel] [PATCH] Darwin/MacOS X: allow user-specified library install path

2011-06-23 Thread Sean McGovern
In Darwin/MacOS X, it is advantageous to be able to set a custom library install path when embedding a library alongside or in a path relative to it's calling binary application This allows constructions such as: @executable_path/lib which is evaluated by dyld at runtime. --- configure |3 ++-