On Tue, Dec 27, 2011 at 07:29:44PM +0100, Diego Biurrun wrote: > On Sat, Dec 24, 2011 at 05:23:00PM +0100, Kostya Shishkov wrote: > > > > Here it is - more frame types, no get_bits_long(), updated for HEAD. > > CC libavcodec/indeo4data.ho > /home/biurrun/src/priv/libav/libavcodec/indeo4data.h:63: error: > ‘ff_zigzag_direct’ undeclared here (not in a function) > /home/biurrun/src/priv/libav/libavcodec/indeo4data.h:65: error: > ‘ff_ivi_horizontal_scan_8x8’ undeclared here (not in a function) > /home/biurrun/src/priv/libav/libavcodec/indeo4data.h:66: error: > ‘ff_ivi_vertical_scan_8x8’ undeclared here (not in a function) > /home/biurrun/src/priv/libav/libavcodec/indeo4data.h:70: error: > ‘ff_ivi_direct_scan_4x4’ undeclared here (not in a function) > make: *** [libavcodec/indeo4data.ho] Error 1
ouch, indeo4data.h needs references to those arrays then (dsputil.h and ivi_common.h IIRC), I'll update the patch _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
