[Debian-med-packaging] Bug#671653: Acknowledgement (error: 'UINT64_C' was not declared in this scope)
Mathieu Malaterre
malat at debian.org
Sat May 5 16:16:34 UTC 2012
Easy way to reproduce is:
$ cat t.cxx
#include <stdint.h>
#include <vidl/vidl_ffmpeg_convert.h>
int main()
{
return 0;
}
$ g++ -I /usr/include/vxl/core -I /usr/include/vxl/vcl t.cxx
In file included from /usr/include/libavutil/avutil.h:318:0,
from /usr/include/libavutil/samplefmt.h:22,
from /usr/include/libavcodec/avcodec.h:30,
from /usr/include/vxl/core/vidl/vidl_ffmpeg_convert.h:24,
from t.cxx:2:
/usr/include/libavutil/common.h: In function 'int32_t
av_clipl_int32_c(int64_t)':
/usr/include/libavutil/common.h:168:47: error: 'UINT64_C' was not
declared in this scope
More information about the Debian-med-packaging
mailing list