[FFmpeg-cvslog] r11202 - trunk/configure

Rich Felker dalias
Wed Dec 12 18:15:22 CET 2007


On Wed, Dec 12, 2007 at 11:57:11AM -0000, M?ns Rullg?rd wrote:
> I see.  Yes, that's probably possible, though I'd rather not spend time
> figuring out how to do it if we can get rid of these exports more easily.

Indeed. Despite the binutils bug, we should be visciously removing any
public global vars anyway. They have high program startup cost
regardless of what linking mode is used (copy relocations or textrels
in the main program).

If access to them is really needed, make a function that returns a
(hopefully const-qualified) pointer to the data. But I can't imagine
why a legitimate program would be peeking directly at these data
structures..

Rich




More information about the ffmpeg-cvslog mailing list