> > Just applied the sane changes to the SVN. > I was just messing around with SVN, and from the previous patches, I think the "sleep" define in os_support.h is missing. # define sleep(t) Sleep((t) * 1000) Here is the error I get: c:/ffmpeg-05-16-07/libavformat/libavformat.a(http.o):http.c:(.text+0x378): undefined reference to `sleep' -- Jason