ProgrammingKid <[EMAIL PROTECTED]> added the comment: On Jul 11, 2008, at 4:09 AM, Diego Biurrun wrote:
> > 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... > > Diego Honestly I don't know if it is safe. I just know moving the header file allowed ffmpeg to compile. I will say that my attempts to convert an .flv into another playable format have all failed. FFmpeg looks like it converts the file, but when I try to play the converted file in Quicktime, it just doesn't work. I don't know what the problem is yet. ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue521> ______________________________________________________
