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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]