[FFmpeg-devel] [PATCH] Symbian OS won't load binaries which have a function pointer assigned directly using a library routine

Ronald S. Bultje rsbultje
Mon Jan 24 17:21:24 CET 2011


Hi,

On Mon, Jan 24, 2011 at 10:18 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> maybe its something with a missing linked in lib? and this works
> because macros get used or something in that direction i dont know exactly

I'm guessing that the functions are completely missing in their libc,
and that indeed the C code is converted into something else using
macros. Great way to save space by making libc smaller.

That also means the libc cannot be used with vanilla FFmpeg. I doubt
we want to include all kind of hacks for these kind of OSes.
Android/iOS work fine, it seems.

Ronald



More information about the ffmpeg-devel mailing list