On Fri, May 13, 2005 at 05:52:31PM -0400, Spencer Russell wrote: > After some messing around with libavcodec, I got rid of the > errors i was getting compiling xjadeo before, only to be faced > with more. Now I'm getting: > > xjadeo.c: In function `open_movie': > xjadeo.c:377: error: aggregate value used where a float was > expected > xjadeo.c:377: error: structure has no member named > `r_frame_rate_base' > xjadeo.c:408: error: structure has no member named `frame_rate' > By downgrading to an older version of ffmpeg (0.4.9-pre1) I got rid of those errors, and now I'm getting xjadeo.c: In function `display_frame': xjadeo.c:457: error: `AVSEEK_FLAG_BACKWARD' undeclared (first use in this function) and: xjadeo.c:457: error: too many arguments to function `av_seek_frame' if ffmpeg really so volatile that every version except the authors will cause errors? -spencer