[Ffmpeg-devel] [PATCH] Remove INT64_C from "common.h"
Stas Oskin
stas.oskin
Sat Mar 3 23:08:24 CET 2007
Hi.
I guess this is the correct thread to post about INT64_C, sorry if I'm
incorrect.
After the INT64 was removed from the common.h I have the following
compilation errors?
"'INT64_C' was not declared in this scope"
The error origins from static inline void av_init_packet() function at
file avformat.h.
I guess it's because avformat.h misses inclusion of stdint.h?
I tried to include stdint.h directly in my app, but it didn't help.
Thanks,
Stas.
More information about the ffmpeg-devel
mailing list