Mans Rullgard <[EMAIL PROTECTED]> added the comment: Diego Biurrun <[EMAIL PROTECTED]> writes:
> Diego Biurrun <[EMAIL PROTECTED]> added the comment: > > On Fri, Jul 11, 2008 at 03:40:25AM +0000, ProgrammingKid wrote: >> >> I found a bug in the file ffmpeg.c that prevents ffmpeg from >> successfully compiling under Mac OS 10.3.9. To fix this problem, >> all that needs to be done is move the #include <sys/time.h> to the >> beginning of the file. > > Hmmm, is it safe to move the #includes up? Can I just move all the > system #includes before our local #includes? It does work, except of > course for the #undef time that needs to come after the libavutil > #includes... I'd like to see more details on the error before doing anything. ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue521> ______________________________________________________
