diff options
author | marino <marino@pkgsrc.org> | 2012-01-28 09:31:29 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-28 09:31:29 +0000 |
commit | 7286933fe82d0b793f82dc300ef09856058f1fb5 (patch) | |
tree | 8a07c685aeb0cbfbfa8c522ae35137a833f7d4d5 /audio | |
parent | bd682703c2b7ef149b1917ccae7a6eb00f49f904 (diff) | |
download | pkgsrc-7286933fe82d0b793f82dc300ef09856058f1fb5.tar.gz |
multimedia/ffmpeg: rework UINT64_C fix for DragonFly and NetBSD
Due to multiple inclusions of stdint.h, DragonFly was failing to build
one of the akode plugins with a typedef redefinition error. It had
previously built, so the UINT64_C fix for the akode mpc plugin broke
the ffmpeg plugin.
It turns out that the first patch effectively just imported
machine/int_const.h, so that header can be directly imported instead
rather than having to include the main contents of <stdint.h> multiple
times. This refinement also works on NetBSD, but OpenBSD and FreeBSD
unfortunately embed UINT64_C directly within <stdint.h>. Therefore
original patch is left in place to cover those systems.
Diffstat (limited to 'audio')
0 files changed, 0 insertions, 0 deletions