[31] Comentário enviado por
v.diniz em 13/05/2012 - 14:09h:
Pessoa to parado com esse problema alguem sabe como resolver caso alguem saiba eu agradeço:
In file included from bttv.c:19:0:
bttv.h:114:19: error: field 'vch' has incomplete type
bttv.h:116:17: error: field 'vmbuf' has incomplete type
bttv.h:118:17: error: field 'vmmap' has incomplete type
bttv.c: In function 'malib_bttv_new':
bttv.c:63:10: error: 'VIDEO_PALETTE_RGB24' undeclared (first use in this function)
bttv.c:63:10: note: each undeclared identifier is reported only once for each function it appears in
bttv.c:65:10: error: 'VIDEO_MODE_NTSC' undeclared (first use in this function)
bttv.c: In function 'malib_bttv_new_with_device':
bttv.c:79:10: error: 'VIDEO_PALETTE_RGB24' undeclared (first use in this function)
bttv.c:81:10: error: 'VIDEO_MODE_NTSC' undeclared (first use in this function)
bttv.c: In function 'malib_bttv_new_with_size':
bttv.c:95:10: error: 'VIDEO_PALETTE_RGB24' undeclared (first use in this function)
bttv.c:97:10: error: 'VIDEO_MODE_NTSC' undeclared (first use in this function)
bttv.c: In function 'malib_bttv_start_capture':
bttv.c:141:24: error: 'VIDIOCMCAPTURE' undeclared (first use in this function)
bttv.c:144:28: error: 'VIDEO_PALETTE_YUV420P' undeclared (first use in this function)
bttv.c: In function 'malib_bttv_init':
bttv.c:210:22: error: storage size of 'vcap' isn't known
bttv.c:227:24: error: 'VIDIOCGCAP' undeclared (first use in this function)
bttv.c:239:24: error: 'VIDIOCGMBUF' undeclared (first use in this function)
bttv.c:262:24: error: 'VIDIOCSCHAN' undeclared (first use in this function)
bttv.c: In function 'malib_bttv_convert_colorinfo':
bttv.c:331:10: error: 'VIDEO_PALETTE_GREY' undeclared (first use in this function)
bttv.c:336:10: error: 'VIDEO_PALETTE_YUV420P' undeclared (first use in this function)
bttv.c:338:10: error: 'VIDEO_PALETTE_RGB24' undeclared (first use in this function)
bttv.c: In function 'malib_bttv_capture_next_frame':
bttv.c:372:23: error: 'VIDIOCMCAPTURE' undeclared (first use in this function)
bttv.c:381:23: error: 'VIDIOCSYNC' undeclared (first use in this function)
bttv.c: In function 'malib_bttv_write_frame_data':
bttv.c:454:10: error: 'VIDEO_PALETTE_RGB24' undeclared (first use in this function)
bttv.c:474:10: error: 'VIDEO_PALETTE_YUV420P' undeclared (first use in this function)
bttv.c:479:10: error: 'VIDEO_PALETTE_GREY' undeclared (first use in this function)
make[3]: ** [bttv.lo] Erro 1
make[3]: Saindo do diretório `/home/vinicius/Downloads/libmalib-0.5.8/malib'
make[2]: ** [all-recursive] Erro 1
make[2]: Saindo do diretório `/home/vinicius/Downloads/libmalib-0.5.8/malib'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/home/vinicius/Downloads/libmalib-0.5.8'
make: ** [all] Erro 2