Bug#614338: common.h needs to include stdint.h

Paul Wise pabs at debian.org
Mon Feb 21 06:34:13 UTC 2011


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20110221/649d16d2/attachment.pgp>


More information about the pkg-multimedia-maintainers mailing list