[FFmpeg-devel] Why 'You can only build one library type at once on MinGW'?
Uoti Urpala
uoti.urpala
Sat May 12 03:48:44 CEST 2007
On Sat, 2007-05-12 at 03:16 +0200, Michael Niedermayer wrote:
> so simply adding a #pragma at the begin and end of all internal headers
> would make them hidden from outside and avoid the silly double indirection
> when they are accessed?
I think so, though it's slightly less trivial than beginning and end;
you need to make sure not to #include any other headers between the
#pragmas. Grepping for "extern" also shows a couple of declarations
outside headers.
More information about the ffmpeg-devel
mailing list