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

rdb ffmpeg
Tue May 18 15:26:41 CEST 2010


Hello list,

The attached patch fixes an issue that C++ users get when they try to
include avutil/common.h.
The file uses UINT64_C, which in the case of C++ is only available when
__STDC_LIMIT_MACROS is defined.
It also includes a minor fix for a C++-style comment that I spotted in that
file. ;-)

Let me know if you need more information.
rdb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_for_cpp.patch
Type: text/x-patch
Size: 781 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100518/23b8943a/attachment.bin>



More information about the ffmpeg-devel mailing list