On Mon, 2011-02-21 at 14:15 +0800, Paul Wise wrote: > common.h uses UINT64_C but does not define it so apps that use libavutil > but don't use stdint.h will have build issues. I ran into this while > trying to enable ffmpeg support in jugglemaster.
Followup to that: The code I was trying to build is C++ so this needs to be added before any inclusion of stdint.h otherwise the code isn't C++ compatible. #define __STDC_CONSTANT_MACROS 1 -- bye, pabs http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

