ffmpeg 0.6 isn't C++ compatible out-of-the-box.
The file libavutil/common.h cannot find UINT64_C definition, which is only defined for C language.
Related upstream topic: http://archives.free.net.ph/message/20100505.111802.cd4a2813.fr.html
It seems upstream guys do not consider it as a bug and refuse to "fix" it.
Vegastrike cannot therefore compile withffmpeg- 0.6 installed.
Anonymous
I just committed a tentative patch.
Please confirm whether it works or not (you'll need to rebootstrap and reconfigure, or erase your CMakeCache.txt if you're using cmake)
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Compiles fine, thanks a lot. :-)