|
From: Lukas K. <lu...@ra...> - 2000-11-20 12:10:53
|
I upgraded sdl to 1.1.6 and can build libdv but cannot compile encode.c. Amongst small function definition problems (ie memset not defined etc) I hit this error, encode.c:571: too few arguments to function `dv_place_411_macroblock' That function is actually defined as such. place.h:extern void dv_place_411_macroblock(dv_macroblock_t *mb, gint *x, gint *y); But the method is called from encode by passing an int instead of 2 gint*'s. It looks like encode.c is a bit broken. Anybody working on it ? /Lukas |