On 30 October 2012 10:50, Hendrik Leppkes <span dir="ltr"><<a href="mailto:h.leppkes@gmail.com" target="_blank">h.leppkes@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Tue, Oct 30, 2012 at 11:48 AM, Mark Kenna<br>
<<a href="mailto:mark.kenna@sureviewsystems.com">mark.kenna@sureviewsystems.com</a>> wrote:<br>
> Hi Guys<br>
><br>
> I am trying to find a way of allowing my application to be able to load<br>
> multiple versions of the FFMpeg DLL's at the same time.<br>
><br>
> I understand that I need to segregate the releases so that they do not<br>
> conflict. Currently my idea is to rename the .dll files for one particular<br>
> release to *.v123.dll". I understand that you cannot just rename the files<br>
> and some work would have to go into the re-creation of the .lib files using<br>
> DUMPBIN but I was wondering if there is an easier way as I can see that the<br>
> dll files all seem to reference each other internally.<br>
><br>
<br>
</div></div>You can specify a suffix when building ffmpeg, which is appended to<br>
all libraries and the lib import files.<br>
Check the --build-suffix option.<br>
<br>
- Hendrik<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br><br><div>Hi Hendrik
<div><br></div><div>Unfortunately I am stuck with using a pre-compiled binary (old version).</div><div><br></div><div>Thanks,</div><div>Mark.</div><div><br></div></div>