pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/ffmpeg



Module Name:    pkgsrc
Committed By:   marino
Date:           Tue Nov 22 10:51:35 UTC 2011

Modified Files:
        pkgsrc/multimedia/ffmpeg: Makefile distinfo
Added Files:
        pkgsrc/multimedia/ffmpeg/patches: patch-ap

Log Message:
multimedia/ffmpeg: Fix UINT64_C error on DragonFly

ffmpeg itself built fine on DragonFly, but other code trying to use this
library (e.g. audio/akode-plugins-ffmpeg) would not build, stopping with
an error like:
  common.h:154 error: `UINT64_C` was not declared in this scope

The provided patch fixes this breakage.  For conservative reasons, the
code only applies to DragonFly, but if other platforms are seeing the
same error, then the patch's macro should be expanded to include those
other platforms as well.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/multimedia/ffmpeg/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/multimedia/ffmpeg/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/ffmpeg/patches/patch-ap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index