Mans Rullgard <[EMAIL PROTECTED]> added the comment: ProgrammingKid <[EMAIL PROTECTED]> writes:
> ProgrammingKid <[EMAIL PROTECTED]> added the comment: > > Here is the complete error message: > > In file included from ffmpeg.c:34: > libavformat/framehook.h:25:2: warning: #warning VHOOK is > deprecated. Please help finishing libavfilter instead of wasting > your time writing new filters for this crappy filter system. > In file included from ffmpeg.c:41: > /usr/include/sys/resource.h:81: error: field `ru_utime' has > incomplete type > /usr/include/sys/resource.h:82: error: field `ru_stime' has > incomplete type > make: *** [ffmpeg.o] Error 1 Your system is broken. The standard doesn't mention any prerequisites for this header. On the contrary, it requires "struct timeval" to be defined as if sys/time.h was included, and allows sys/time.h to be included by sys/resource.h. ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue521> ______________________________________________________
