pkgsrc/multimedia/ffmpeg
marino a0873884ad 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.
2012-01-28 09:31:29 +00:00
..
patches multimedia/ffmpeg: rework UINT64_C fix for DragonFly and NetBSD 2012-01-28 09:31:29 +00:00
buildlink3.mk Recursive bump for multimedia/ffmpeg buildlink addition. 2011-11-16 01:33:15 +00:00
DESCR
distinfo multimedia/ffmpeg: rework UINT64_C fix for DragonFly and NetBSD 2012-01-28 09:31:29 +00:00
Makefile multimedia/ffmpeg: rework UINT64_C fix for DragonFly and NetBSD 2012-01-28 09:31:29 +00:00
Makefile.common update to 0.7.11 2012-01-17 15:08:31 +00:00
options.mk update to 0.7.10 2012-01-09 17:08:52 +00:00
PLIST update to 0.7.8 2011-11-28 11:00:28 +00:00