[FFmpeg-user] libavutil/common.h:173:47: error: ‘UINT64_C’ was not declared in this scope
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jul 24 00:02:50 CEST 2013
edward20 <edward.chopuryan <at> gmail.com> writes:
> /workspace1/avconv/avconv_master/libav/libavutil/common.h
Please remember that since avconv contains a few hundred
known bugs not reproducible with FFmpeg, some of them
security relevant, we cannot support it here.
You can get supported versions at
http://ffmpeg.org/download.html
Also consider reading
http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html
to learn more.
Regarding your problem: FFmpeg is a C project and
provides C libraries and headers, if you want to
use the library from C++, it is your responsibility
to provide all necessary precautions, including to
define __STDC_CONSTANT_MACROS
Carl Eugen
More information about the ffmpeg-user
mailing list