[Libav-user] Dll Versioning

Mark Kenna mark.kenna at sureviewsystems.com
Tue Oct 30 11:51:56 CET 2012


On 30 October 2012 10:50, Hendrik Leppkes <h.leppkes at gmail.com> wrote:

> On Tue, Oct 30, 2012 at 11:48 AM, Mark Kenna
> <mark.kenna at sureviewsystems.com> wrote:
> > Hi Guys
> >
> > I am trying to find a way of allowing my application to be able to load
> > multiple versions of the FFMpeg DLL's at the same time.
> >
> > I understand that I need to segregate the releases so that they do not
> > conflict. Currently my idea is to rename the .dll files for one
> particular
> > release to *.v123.dll". I understand that you cannot just rename the
> files
> > and some work would have to go into the re-creation of the .lib files
> using
> > DUMPBIN but I was wondering if there is an easier way as I can see that
> the
> > dll files all seem to reference each other internally.
> >
>
> You can specify a suffix when building ffmpeg, which is appended to
> all libraries and the lib import files.
> Check the --build-suffix option.
>
> - Hendrik
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>


Hi Hendrik

Unfortunately I am stuck with using a pre-compiled binary (old version).

Thanks,
Mark.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20121030/a3e72c2d/attachment.html>


More information about the Libav-user mailing list