[FFmpeg-devel] [PATCH] Dynamic plugins loading

Reimar Döffinger Reimar.Doeffinger
Sat Nov 6 12:39:25 CET 2010


On Sat, Nov 06, 2010 at 11:57:39AM +0100, Reimar D?ffinger wrote:
> So it seems really questionable to me that FFmpeg is the place that needs fixing.

Also there is yet another, generic possiblity:
A stub-library generator.
Given two libraries, it will generate a third that contains
all public symbols of both, and will upon load itself load
the "best" that is available, modifying all its functions to
just jump on to the appropriate one from that library.
In principle a LD_PRELOAD wrapped into a library (and I
suspect that my suggestion is not even the nicest possible
way to do it).



More information about the ffmpeg-devel mailing list