Closed GoogleCodeExporter closed 9 years ago
64bit builds fails the same way:
[CC] vp9/common/vp9_debugmodes.c.o
vp9/common/vp9_alloccommon.c: In function 'vp9_alloc_ref_frame_buffers':
vp9/common/vp9_alloccommon.c:133:7: error: too few arguments to function
'vp9_alloc_frame_buffer'
if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
^
In file included from ./vp9/common/vp9_blockd.h:18:0,
from vp9/common/vp9_alloccommon.c:14:
./vpx_scale/yv12config.h:71:5: note: declared here
int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
^
Makefile:148: recipe for target 'vp9/common/vp9_alloccommon.c.o' failed
make[1]: *** [vp9/common/vp9_alloccommon.c.o] Error 1
make[1]: *** Waiting for unfinished jobs....
[CC] vp9/common/vp9_entropy.c.o
Makefile:17: recipe for target '.DEFAULT' failed
make: *** [.DEFAULT] Error 2
[CC] vp9/common/vp9_alloccommon.c.o
vp9/common/vp9_alloccommon.c: In function 'vp9_alloc_ref_frame_buffers':
vp9/common/vp9_alloccommon.c:133:7: error: too few arguments to function
'vp9_alloc_frame_buffer'
if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
^
In file included from ./vp9/common/vp9_blockd.h:18:0,
from vp9/common/vp9_alloccommon.c:14:
./vpx_scale/yv12config.h:71:5: note: declared here
int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
^
Makefile:148: recipe for target 'vp9/common/vp9_alloccommon.c.o' failed
make[1]: *** [vp9/common/vp9_alloccommon.c.o] Error 1
Makefile:17: recipe for target '.DEFAULT' failed
make: *** [.DEFAULT] Error 2
Original comment by 4Se...@gmail.com
on 15 Dec 2014 at 8:45
I believe this revert fixes your issue. Please let us know if it doesn't.
https://gerrit.chromium.org/gerrit/#/c/73257/
In the future please include your 'configure' line (or the first line of
config.log) so we can make sure.
Original comment by johannko...@google.com
on 15 Dec 2014 at 6:09
Original issue reported on code.google.com by
4Se...@gmail.com
on 14 Dec 2014 at 8:03