[FFmpeg-devel] [patch] Fix compilation error for C++ users

Reimar Döffinger Reimar.Doeffinger
Tue May 18 20:46:00 CEST 2010


On Tue, May 18, 2010 at 06:29:37PM +0200, rdb wrote:
> I just figured that this innocent patch would make it easier for C++ users
> to use ffmpeg as well - as this is really the only thing that needs to be
> changed to use ffmpeg in a C++ application (besides the extern "C" block
> around the includes).

Not really, it will just create mysterious failures if somehow stdint.h gets
included before the FFmpeg header.
I doubt there is a way to fix this from FFmpeg that isn't unreliable and/or
horribly ugly.



More information about the ffmpeg-devel mailing list