Hi,<br>I was trying to compile the latest svn version of x264 with gcc4.&nbsp; However, it errored with:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">

x264.c:77: error: static declaration of 'p_open_outfile' follows non-static declaration<br>muxers.h:50: error: previous declaration of 'p_open_outfile' was here<br>x264.c:78: error: static declaration of 'p_set_outfile_param' follows non-static declaration
<br>muxers.h:51: error: previous declaration of 'p_set_outfile_param' was here<br>x264.c:79: error: static declaration of 'p_write_nalu' follows non-static declaration<br>muxers.h:52: error: previous declaration of 'p_write_nalu' was here
<br>x264.c:80: error: static declaration of 'p_set_eop' follows non-static declaration<br>muxers.h:53: error: previous declaration of 'p_set_eop' was here<br>x264.c:81: error: static declaration of 'p_close_outfile' follows non-static declaration
<br>muxers.h:54: error: previous declaration of 'p_close_outfile' was here</blockquote><div><br>I have made a patch to fix this.&nbsp; I don't really know how to program, so I probably violated some coding practices, but it works.&nbsp; Hopefully someone will fix this the correct way in the next release?
<br><br>Thanks,<br>-Kyle</div>