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 | 448463ba0baf9339bca692a2c759c0d5c6c51c73 (patch) | |
tree | 8a07c685aeb0cbfbfa8c522ae35137a833f7d4d5 /multimedia/ffmpeg/distinfo | |
parent | a4a563b16abf6f811c9665fbc6f607071cbb4a7f (diff) | |
download | pkgsrc-448463ba0baf9339bca692a2c759c0d5c6c51c73.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 'multimedia/ffmpeg/distinfo')
-rw-r--r-- | multimedia/ffmpeg/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/distinfo b/multimedia/ffmpeg/distinfo index e557d7c729e..7aeea933c56 100644 --- a/multimedia/ffmpeg/distinfo +++ b/multimedia/ffmpeg/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.52 2012/01/17 15:08:31 drochner Exp $ +$NetBSD: distinfo,v 1.53 2012/01/28 09:31:29 marino Exp $ SHA1 (ffmpeg-0.7.11.tar.bz2) = 32f78f8990077dc045a52450c2ca2535eb6c7317 RMD160 (ffmpeg-0.7.11.tar.bz2) = 5e9a7ba857c4d4542bc1631981959ab91a2a73d1 @@ -6,5 +6,5 @@ Size (ffmpeg-0.7.11.tar.bz2) = 4532990 bytes SHA1 (patch-aa) = c9540d0ca0a671e9faa8b5b7847c103b515ac382 SHA1 (patch-ac) = 4eba6e68d3fab082a957fa08f5618561f3b4aecb SHA1 (patch-ad) = d3e06c855ab1a5ff3ddb0bee108ea88166c32cb6 -SHA1 (patch-ap) = 85b5f775c1b66b682585bd56a304dee19e45765f +SHA1 (patch-ap) = 1a85793873c60f654afbdc6893bf16cd6f8f76a1 SHA1 (patch-configure) = 242f16e06a30b8e55193ee647ab78e9fb2645231 |