[x264-devel] Re: x264: svn commit r473 (pengvado)

Guillaume POIRIER poirierg at gmail.com
Sat Mar 18 15:39:20 CET 2006


Hi,

On 3/18/06, Subversion daemon <svn at videolan.org> wrote:
> r473 | pengvado | 2006-03-18 10:20:06 +0100 (Sat, 18 Mar 2006) | 3 lines
> Changed paths:
>    M /trunk/common/common.h
>    M /trunk/configure
>    M /trunk/encoder/encoder.c
>    M /trunk/muxers.c
>    M /trunk/muxers.h
>    M /trunk/x264.c
>
> if --threads > 1, then read the input stream in its own thread.

Looks like this revision broke compilation:

x264.c:77: error: static declaration of 'p_open_outfile' follows
non-static declaration
muxers.h:50: error: previous declaration of 'p_open_outfile' was here
x264.c:78: error: static declaration of 'p_set_outfile_param' follows
non-static declaration
muxers.h:51: error: previous declaration of 'p_set_outfile_param' was here
x264.c:79: error: static declaration of 'p_write_nalu' follows
non-static declaration
muxers.h:52: error: previous declaration of 'p_write_nalu' was here
x264.c:80: error: static declaration of 'p_set_eop' follows non-static
declaration
muxers.h:53: error: previous declaration of 'p_set_eop' was here
x264.c:81: error: static declaration of 'p_close_outfile' follows
non-static declaration
muxers.h:54: error: previous declaration of 'p_close_outfile' was here
make[1]: *** [x264.o] Error 1
make[1]: exiting  directory « /mnt/homes/guillaume/tmp/x264


... or am I missing smth?

Guillaume
--
Reinventing the wheel certainly is annoying, but as long as all other
wheels are square...

Reimar Döffinger

-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list