summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-28 09:31:29 +0000
committermarino <marino@pkgsrc.org>2012-01-28 09:31:29 +0000
commit7286933fe82d0b793f82dc300ef09856058f1fb5 (patch)
tree8a07c685aeb0cbfbfa8c522ae35137a833f7d4d5 /audio
parentbd682703c2b7ef149b1917ccae7a6eb00f49f904 (diff)
downloadpkgsrc-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