CC libavdevice/alldevices.o CC libavdevice/alsa-audio-enc.o CC libavdevice/alsa-audio-common.o CC libavdevice/alsa-audio-dec.o CC libavdevice/dv1394.o CC libavdevice/avdevice.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_dec.o CC libavdevice/fbdev_enc.o CC libavdevice/lavfi.o CC libavdevice/oss_audio.o CC libavdevice/sdl.o CC libavdevice/timefilter.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o CC libavdevice/v4l2enc.o CC libavdevice/xv.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/ac3dec.o CC libavformat/act.o /home/ux/fate/ffmpeg/libavdevice/xv.c: In function ‘write_picture’: /home/ux/fate/ffmpeg/libavdevice/xv.c:298:14: warning: unused variable ‘data’ [-Wunused-variable] uint8_t *data[3] = { ^ /home/ux/fate/ffmpeg/libavdevice/xv.c: At top level: /home/ux/fate/ffmpeg/libavdevice/xv.c:316:28: error: expected ‘)’ before ‘->’ token av_image_copy(data, img->pitches, (const uint8_t **)pict->data, pict->linesize, ^ /home/ux/fate/ffmpeg/libavdevice/xv.c:318:5: error: expected identifier or ‘(’ before ‘return’ return xv_repaint(s); ^ /home/ux/fate/ffmpeg/libavdevice/xv.c:319:1: error: expected identifier or ‘(’ before ‘}’ token } ^ /home/ux/fate/ffmpeg/libavdevice/xv.c: In function ‘write_picture’: /home/ux/fate/ffmpeg/libavdevice/xv.c:314:5: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1: some warnings being treated as errors /home/ux/fate/ffmpeg/common.mak:49: recipe for target 'libavdevice/xv.o' failed make: *** [libavdevice/xv.o] Error 1 make: *** Waiting for unfinished jobs....