=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for libv4l-0.4.3nb2 /usr/pkg/bin/gmake -C libv4lconvert V4L2_LIB_VERSION=0.4.3 all gmake[1]: Entering directory `/usr/pkgsrc/work/graphics/libv4l/work/libv4l-0.4.3/libv4lconvert' gcc -c -MMD -I../include -I../../../../linux/include -fvisibility=hidden -fPIC -Wno-error -march=i586 -o libv4lconvert.o libv4lconvert.c libv4lconvert.c:25:25: warning: sys/syscall.h: no such file or directory In file included from libv4lconvert.c:31: ../include/libv4lconvert.h:63: warning: 'struct v4l2_format' declared inside parameter list ../include/libv4lconvert.h:67: warning: 'struct v4l2_fmtdesc' declared inside parameter list ../include/libv4lconvert.h:72: warning: 'struct v4l2_format' declared inside parameter list ../include/libv4lconvert.h:79: warning: 'struct v4l2_format' declared inside parameter list libv4lconvert.c:47: error: 'V4L2_PIX_FMT_RGB24' undeclared here (not in a function) libv4lconvert.c:47: error: 'V4L2_PIX_FMT_BGR24' undeclared here (not in a function) libv4lconvert.c:47: error: 'V4L2_PIX_FMT_YUV420' undeclared here (not in a function) libv4lconvert.c:48: error: 'V4L2_PIX_FMT_YUYV' undeclared here (not in a function) libv4lconvert.c:49: error: initializer element is not constant libv4lconvert.c:49: error: (near initialization for 'supported_src_pixfmts[4].fmt') libv4lconvert.c:50: error: 'V4L2_PIX_FMT_SBGGR8' undeclared here (not in a function) libv4lconvert.c:51: error: initializer element is not constant libv4lconvert.c:51: error: (near initialization for 'supported_src_pixfmts[6].fmt') libv4lconvert.c:52: error: initializer element is not constant libv4lconvert.c:52: error: (near initialization for 'supported_src_pixfmts[7].fmt') libv4lconvert.c:53: error: initializer element is not constant libv4lconvert.c:53: error: (near initialization for 'supported_src_pixfmts[8].fmt') libv4lconvert.c:54: error: initializer element is not constant libv4lconvert.c:54: error: (near initialization for 'supported_src_pixfmts[9].fmt') libv4lconvert.c:55: error: initializer element is not constant libv4lconvert.c:55: error: (near initialization for 'supported_src_pixfmts[10].fmt') libv4lconvert.c:56: error: initializer element is not constant libv4lconvert.c:56: error: (near initialization for 'supported_src_pixfmts[11].fmt') libv4lconvert.c:57: error: 'V4L2_PIX_FMT_MJPEG' undeclared here (not in a function) libv4lconvert.c:58: error: 'V4L2_PIX_FMT_JPEG' undeclared here (not in a function) libv4lconvert.c:59: error: initializer element is not constant libv4lconvert.c:59: error: (near initialization for 'supported_src_pixfmts[14].fmt') libv4lconvert.c:60: error: 'V4L2_PIX_FMT_SN9C10X' undeclared here (not in a function) libv4lconvert.c:61: error: initializer element is not constant libv4lconvert.c:61: error: (near initialization for 'supported_src_pixfmts[16].fmt') libv4lconvert.c:62: error: initializer element is not constant libv4lconvert.c:62: error: (near initialization for 'supported_src_pixfmts[17].fmt') libv4lconvert.c:66: error: initializer element is not constant libv4lconvert.c:66: error: (near initialization for 'supported_dst_pixfmts[0].fmt') libv4lconvert.c:66: error: initializer element is not constant libv4lconvert.c:66: error: (near initialization for 'supported_dst_pixfmts[1].fmt') libv4lconvert.c:66: error: initializer element is not constant libv4lconvert.c:66: error: (near initialization for 'supported_dst_pixfmts[2].fmt') libv4lconvert.c: In function 'v4lconvert_create': libv4lconvert.c:81: error: storage size of 'cap' isn't known libv4lconvert.c:91: error: variable 'fmt' has initializer but incomplete type libv4lconvert.c:91: error: unknown field 'type' specified in initializer libv4lconvert.c:91: error: 'V4L2_BUF_TYPE_VIDEO_CAPTURE' undeclared (first use in this function) libv4lconvert.c:91: error: (Each undeclared identifier is reported only once libv4lconvert.c:91: error: for each function it appears in.) libv4lconvert.c:91: warning: excess elements in struct initializer libv4lconvert.c:91: warning: (near initialization for 'fmt') libv4lconvert.c:91: error: storage size of 'fmt' isn't known libv4lconvert.c:93: error: request for member 'index' in something not a structure or union libv4lconvert.c:95: error: 'SYS_ioctl' undeclared (first use in this function) libv4lconvert.c:95: error: 'VIDIOC_ENUM_FMT' undeclared (first use in this function) libv4lconvert.c:95: warning: passing argument 1 of 'syscall' makes integer from pointer without a cast /usr/include/unistd.h:415: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:99: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:99: warning: comparison between pointer and integer libv4lconvert.c:108: error: 'VIDIOC_QUERYCAP' undeclared (first use in this function) libv4lconvert.c:108: warning: passing argument 1 of 'syscall' makes integer from pointer without a cast /usr/include/unistd.h:415: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:110: error: request for member 'card' in something not a structure or union libv4lconvert.c: At top level: libv4lconvert.c:130: warning: 'struct v4l2_fmtdesc' declared inside parameter list libv4lconvert.c:130: error: conflicting types for 'v4lconvert_enum_fmt' ../include/libv4lconvert.h:67: note: previous declaration of 'v4lconvert_enum_fmt' was here libv4lconvert.c: In function 'v4lconvert_enum_fmt': libv4lconvert.c:135: error: dereferencing pointer to incomplete type libv4lconvert.c:135: error: request for member 'type' in something not a structure or union libv4lconvert.c:135: error: 'V4L2_BUF_TYPE_VIDEO_CAPTURE' undeclared (first use in this function) libv4lconvert.c:136: error: dereferencing pointer to incomplete type libv4lconvert.c:136: error: request for member 'index' in something not a structure or union libv4lconvert.c:136: warning: comparison between pointer and integer libv4lconvert.c:138: error: 'SYS_ioctl' undeclared (first use in this function) libv4lconvert.c:138: error: 'VIDIOC_ENUM_FMT' undeclared (first use in this function) libv4lconvert.c:138: warning: passing argument 1 of 'syscall' makes integer from pointer without a cast /usr/include/unistd.h:415: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:146: error: dereferencing pointer to incomplete type libv4lconvert.c:146: error: request for member 'index' in something not a structure or union libv4lconvert.c:146: warning: assignment makes integer from pointer without a cast libv4lconvert.c:152: error: dereferencing pointer to incomplete type libv4lconvert.c:152: error: request for member 'flags' in something not a structure or union libv4lconvert.c:153: error: dereferencing pointer to incomplete type libv4lconvert.c:153: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:154: error: dereferencing pointer to incomplete type libv4lconvert.c:154: error: request for member 'description' in something not a structure or union libv4lconvert.c:154: error: assignment of read-only location '[0]' libv4lconvert.c:155: error: dereferencing pointer to incomplete type libv4lconvert.c:155: error: request for member 'description' in something not a structure or union libv4lconvert.c:155: error: assignment of read-only location '[1]' libv4lconvert.c:156: error: dereferencing pointer to incomplete type libv4lconvert.c:156: error: request for member 'description' in something not a structure or union libv4lconvert.c:156: error: assignment of read-only location '[2]' libv4lconvert.c:157: error: dereferencing pointer to incomplete type libv4lconvert.c:157: error: request for member 'description' in something not a structure or union libv4lconvert.c:157: error: assignment of read-only location '[3]' libv4lconvert.c:158: error: dereferencing pointer to incomplete type libv4lconvert.c:158: error: request for member 'description' in something not a structure or union libv4lconvert.c:158: error: assignment of read-only location '[4]' libv4lconvert.c:159: error: dereferencing pointer to incomplete type libv4lconvert.c:159: error: request for member 'reserved' in something not a structure or union libv4lconvert.c:159: warning: passing argument 1 of 'memset' discards qualifiers from pointer target type /usr/include/string.h:53: note: expected 'void *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c: At top level: libv4lconvert.c:166: warning: 'struct v4l2_format' declared inside parameter list libv4lconvert.c:165: error: conflicting types for 'v4lconvert_try_format' ../include/libv4lconvert.h:60: note: previous declaration of 'v4lconvert_try_format' was here libv4lconvert.c: In function 'v4lconvert_try_format': libv4lconvert.c:170: error: dereferencing pointer to incomplete type libv4lconvert.c:170: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:170: error: request for member 'pix' in something not a structure or union libv4lconvert.c:170: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:170: warning: initialization makes integer from pointer without a cast libv4lconvert.c:171: error: storage size of 'try_fmt' isn't known libv4lconvert.c:171: error: variable 'closest_fmt' has initializer but incomplete type libv4lconvert.c:171: error: unknown field 'type' specified in initializer libv4lconvert.c:171: warning: excess elements in struct initializer libv4lconvert.c:171: warning: (near initialization for 'closest_fmt') libv4lconvert.c:171: error: storage size of 'closest_fmt' isn't known libv4lconvert.c:179: error: dereferencing pointer to incomplete type libv4lconvert.c:179: error: request for member 'type' in something not a structure or union libv4lconvert.c:179: error: 'V4L2_BUF_TYPE_VIDEO_CAPTURE' undeclared (first use in this function) libv4lconvert.c:180: error: 'SYS_ioctl' undeclared (first use in this function) libv4lconvert.c:180: error: 'VIDIOC_TRY_FMT' undeclared (first use in this function) libv4lconvert.c:180: warning: passing argument 1 of 'syscall' makes integer from pointer without a cast /usr/include/unistd.h:415: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:182: error: dereferencing pointer to incomplete type libv4lconvert.c:182: error: dereferencing pointer to incomplete type libv4lconvert.c:191: error: dereferencing pointer to incomplete type libv4lconvert.c:192: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:192: error: request for member 'pix' in something not a structure or union libv4lconvert.c:192: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:194: warning: passing argument 1 of 'syscall' makes integer from pointer without a cast /usr/include/unistd.h:415: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:196: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:196: error: request for member 'pix' in something not a structure or union libv4lconvert.c:196: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:196: warning: comparison between pointer and integer libv4lconvert.c:197: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:197: error: request for member 'pix' in something not a structure or union libv4lconvert.c:197: error: request for member 'width' in something not a structure or union libv4lconvert.c:198: error: dereferencing pointer to incomplete type libv4lconvert.c:198: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:198: error: request for member 'pix' in something not a structure or union libv4lconvert.c:198: error: request for member 'width' in something not a structure or union libv4lconvert.c:199: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:199: error: request for member 'pix' in something not a structure or union libv4lconvert.c:199: error: request for member 'height' in something not a structure or union libv4lconvert.c:200: error: dereferencing pointer to incomplete type libv4lconvert.c:200: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:200: error: request for member 'pix' in something not a structure or union libv4lconvert.c:200: error: request for member 'height' in something not a structure or union libv4lconvert.c:206: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:206: error: request for member 'pix' in something not a structure or union libv4lconvert.c:206: error: request for member 'width' in something not a structure or union libv4lconvert.c:206: warning: comparison between pointer and integer libv4lconvert.c:206: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:206: error: request for member 'pix' in something not a structure or union libv4lconvert.c:206: error: request for member 'height' in something not a structure or union libv4lconvert.c:206: warning: comparison between pointer and integer libv4lconvert.c:215: error: request for member 'type' in something not a structure or union libv4lconvert.c:216: warning: passing argument 1 of 'syscall' makes integer from pointer without a cast /usr/include/unistd.h:415: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:218: error: dereferencing pointer to incomplete type libv4lconvert.c:218: error: dereferencing pointer to incomplete type libv4lconvert.c:222: error: dereferencing pointer to incomplete type libv4lconvert.c:225: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:225: error: request for member 'pix' in something not a structure or union libv4lconvert.c:225: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:225: warning: comparison between pointer and integer libv4lconvert.c:226: error: dereferencing pointer to incomplete type libv4lconvert.c:226: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:226: error: request for member 'pix' in something not a structure or union libv4lconvert.c:226: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:227: error: dereferencing pointer to incomplete type libv4lconvert.c:227: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:227: error: request for member 'pix' in something not a structure or union libv4lconvert.c:227: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:230: error: dereferencing pointer to incomplete type libv4lconvert.c:230: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:230: error: request for member 'pix' in something not a structure or union libv4lconvert.c:230: error: request for member 'bytesperline' in something not a structure or union libv4lconvert.c:230: error: dereferencing pointer to incomplete type libv4lconvert.c:230: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:230: error: request for member 'pix' in something not a structure or union libv4lconvert.c:230: error: request for member 'width' in something not a structure or union libv4lconvert.c:230: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:231: error: dereferencing pointer to incomplete type libv4lconvert.c:231: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:231: error: request for member 'pix' in something not a structure or union libv4lconvert.c:231: error: request for member 'sizeimage' in something not a structure or union libv4lconvert.c:231: error: dereferencing pointer to incomplete type libv4lconvert.c:231: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:231: error: request for member 'pix' in something not a structure or union libv4lconvert.c:231: error: request for member 'width' in something not a structure or union libv4lconvert.c:232: error: dereferencing pointer to incomplete type libv4lconvert.c:232: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:232: error: request for member 'pix' in something not a structure or union libv4lconvert.c:232: error: request for member 'height' in something not a structure or union libv4lconvert.c:232: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:232: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:235: error: dereferencing pointer to incomplete type libv4lconvert.c:235: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:235: error: request for member 'pix' in something not a structure or union libv4lconvert.c:235: error: request for member 'bytesperline' in something not a structure or union libv4lconvert.c:235: error: dereferencing pointer to incomplete type libv4lconvert.c:235: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:235: error: request for member 'pix' in something not a structure or union libv4lconvert.c:235: error: request for member 'width' in something not a structure or union libv4lconvert.c:236: error: dereferencing pointer to incomplete type libv4lconvert.c:236: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:236: error: request for member 'pix' in something not a structure or union libv4lconvert.c:236: error: request for member 'sizeimage' in something not a structure or union libv4lconvert.c:236: error: dereferencing pointer to incomplete type libv4lconvert.c:236: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:236: error: request for member 'pix' in something not a structure or union libv4lconvert.c:236: error: request for member 'width' in something not a structure or union libv4lconvert.c:237: error: dereferencing pointer to incomplete type libv4lconvert.c:237: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:237: error: request for member 'pix' in something not a structure or union libv4lconvert.c:237: error: request for member 'height' in something not a structure or union libv4lconvert.c:237: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:237: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:237: error: invalid operands to binary / (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:243: error: dereferencing pointer to incomplete type libv4lconvert.c: At top level: libv4lconvert.c:251: warning: 'struct v4l2_format' declared inside parameter list libv4lconvert.c:249: error: conflicting types for 'v4lconvert_needs_conversion' ../include/libv4lconvert.h:70: note: previous declaration of 'v4lconvert_needs_conversion' was here libv4lconvert.c: In function 'v4lconvert_needs_conversion': libv4lconvert.c:255: error: dereferencing pointer to incomplete type libv4lconvert.c:255: warning: passing argument 3 of 'memcmp' makes integer from pointer without a cast /usr/include/string.h:50: note: expected 'size_t' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:263: error: dereferencing pointer to incomplete type libv4lconvert.c:263: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:263: error: request for member 'pix' in something not a structure or union libv4lconvert.c:263: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:263: warning: comparison between pointer and integer libv4lconvert.c: At top level: libv4lconvert.c:275: warning: 'struct v4l2_format' declared inside parameter list libv4lconvert.c:272: error: conflicting types for 'v4lconvert_convert' ../include/libv4lconvert.h:76: note: previous declaration of 'v4lconvert_convert' was here libv4lconvert.c: In function 'v4lconvert_convert': libv4lconvert.c:283: warning: passing argument 2 of 'v4lconvert_needs_conversion' from incompatible pointer type libv4lconvert.c:249: note: expected 'const struct v4l2_format *' but argument is of type 'const struct v4l2_format *' libv4lconvert.c:283: warning: passing argument 3 of 'v4lconvert_needs_conversion' from incompatible pointer type libv4lconvert.c:249: note: expected 'const struct v4l2_format *' but argument is of type 'const struct v4l2_format *' libv4lconvert.c:290: error: dereferencing pointer to incomplete type libv4lconvert.c:290: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:290: error: request for member 'pix' in something not a structure or union libv4lconvert.c:290: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:293: error: dereferencing pointer to incomplete type libv4lconvert.c:293: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:293: error: request for member 'pix' in something not a structure or union libv4lconvert.c:293: error: request for member 'width' in something not a structure or union libv4lconvert.c:293: error: dereferencing pointer to incomplete type libv4lconvert.c:293: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:293: error: request for member 'pix' in something not a structure or union libv4lconvert.c:293: error: request for member 'height' in something not a structure or union libv4lconvert.c:293: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:293: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:293: warning: assignment makes integer from pointer without a cast libv4lconvert.c:296: error: dereferencing pointer to incomplete type libv4lconvert.c:296: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:296: error: request for member 'pix' in something not a structure or union libv4lconvert.c:296: error: request for member 'width' in something not a structure or union libv4lconvert.c:296: error: dereferencing pointer to incomplete type libv4lconvert.c:296: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:296: error: request for member 'pix' in something not a structure or union libv4lconvert.c:296: error: request for member 'height' in something not a structure or union libv4lconvert.c:296: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:296: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:296: error: invalid operands to binary / (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:296: warning: assignment makes integer from pointer without a cast libv4lconvert.c:315: error: dereferencing pointer to incomplete type libv4lconvert.c:315: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:315: error: request for member 'pix' in something not a structure or union libv4lconvert.c:315: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:338: error: dereferencing pointer to incomplete type libv4lconvert.c:338: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:338: error: request for member 'pix' in something not a structure or union libv4lconvert.c:338: error: request for member 'width' in something not a structure or union libv4lconvert.c:338: warning: comparison between pointer and integer libv4lconvert.c:339: error: dereferencing pointer to incomplete type libv4lconvert.c:339: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:339: error: request for member 'pix' in something not a structure or union libv4lconvert.c:339: error: request for member 'height' in something not a structure or union libv4lconvert.c:339: warning: comparison between pointer and integer libv4lconvert.c:341: error: dereferencing pointer to incomplete type libv4lconvert.c:341: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:341: error: request for member 'pix' in something not a structure or union libv4lconvert.c:341: error: request for member 'height' in something not a structure or union libv4lconvert.c:341: warning: comparison between pointer and integer libv4lconvert.c:342: error: dereferencing pointer to incomplete type libv4lconvert.c:342: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:342: error: request for member 'pix' in something not a structure or union libv4lconvert.c:342: error: request for member 'width' in something not a structure or union libv4lconvert.c:342: warning: comparison between pointer and integer libv4lconvert.c:347: error: dereferencing pointer to incomplete type libv4lconvert.c:347: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:347: error: request for member 'pix' in something not a structure or union libv4lconvert.c:347: error: request for member 'width' in something not a structure or union libv4lconvert.c:347: error: dereferencing pointer to incomplete type libv4lconvert.c:347: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:347: error: request for member 'pix' in something not a structure or union libv4lconvert.c:347: error: request for member 'height' in something not a structure or union libv4lconvert.c:357: error: dereferencing pointer to incomplete type libv4lconvert.c:357: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:357: error: request for member 'pix' in something not a structure or union libv4lconvert.c:357: error: request for member 'width' in something not a structure or union libv4lconvert.c:358: error: dereferencing pointer to incomplete type libv4lconvert.c:358: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:358: error: request for member 'pix' in something not a structure or union libv4lconvert.c:358: error: request for member 'height' in something not a structure or union libv4lconvert.c:357: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:357: error: invalid operands to binary + (have 'unsigned char *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:358: warning: assignment from incompatible pointer type libv4lconvert.c:359: error: dereferencing pointer to incomplete type libv4lconvert.c:359: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:359: error: request for member 'pix' in something not a structure or union libv4lconvert.c:359: error: request for member 'width' in something not a structure or union libv4lconvert.c:360: error: dereferencing pointer to incomplete type libv4lconvert.c:360: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:360: error: request for member 'pix' in something not a structure or union libv4lconvert.c:360: error: request for member 'height' in something not a structure or union libv4lconvert.c:359: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:360: error: invalid operands to binary / (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:360: error: invalid operands to binary + (have 'unsigned char *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:360: warning: assignment from incompatible pointer type libv4lconvert.c:362: error: dereferencing pointer to incomplete type libv4lconvert.c:362: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:362: error: request for member 'pix' in something not a structure or union libv4lconvert.c:362: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:382: error: dereferencing pointer to incomplete type libv4lconvert.c:382: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:382: error: request for member 'pix' in something not a structure or union libv4lconvert.c:382: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:382: warning: comparison between pointer and integer libv4lconvert.c:401: error: dereferencing pointer to incomplete type libv4lconvert.c:401: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:401: error: request for member 'pix' in something not a structure or union libv4lconvert.c:401: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:403: error: dereferencing pointer to incomplete type libv4lconvert.c:403: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:403: error: request for member 'pix' in something not a structure or union libv4lconvert.c:403: error: request for member 'width' in something not a structure or union libv4lconvert.c:404: error: dereferencing pointer to incomplete type libv4lconvert.c:404: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:404: error: request for member 'pix' in something not a structure or union libv4lconvert.c:404: error: request for member 'height' in something not a structure or union libv4lconvert.c:404: error: dereferencing pointer to incomplete type libv4lconvert.c:404: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:404: error: request for member 'pix' in something not a structure or union libv4lconvert.c:404: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:404: warning: passing argument 3 of 'v4lconvert_bayer_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:142: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:404: warning: passing argument 4 of 'v4lconvert_bayer_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:142: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:404: warning: passing argument 5 of 'v4lconvert_bayer_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:142: note: expected 'unsigned int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:407: error: dereferencing pointer to incomplete type libv4lconvert.c:407: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:407: error: request for member 'pix' in something not a structure or union libv4lconvert.c:407: error: request for member 'width' in something not a structure or union libv4lconvert.c:408: error: dereferencing pointer to incomplete type libv4lconvert.c:408: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:408: error: request for member 'pix' in something not a structure or union libv4lconvert.c:408: error: request for member 'height' in something not a structure or union libv4lconvert.c:408: error: dereferencing pointer to incomplete type libv4lconvert.c:408: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:408: error: request for member 'pix' in something not a structure or union libv4lconvert.c:408: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:408: warning: passing argument 3 of 'v4lconvert_bayer_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:145: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:408: warning: passing argument 4 of 'v4lconvert_bayer_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:145: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:408: warning: passing argument 5 of 'v4lconvert_bayer_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:145: note: expected 'unsigned int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:411: error: dereferencing pointer to incomplete type libv4lconvert.c:411: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:411: error: request for member 'pix' in something not a structure or union libv4lconvert.c:411: error: request for member 'width' in something not a structure or union libv4lconvert.c:412: error: dereferencing pointer to incomplete type libv4lconvert.c:412: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:412: error: request for member 'pix' in something not a structure or union libv4lconvert.c:412: error: request for member 'height' in something not a structure or union libv4lconvert.c:412: error: dereferencing pointer to incomplete type libv4lconvert.c:412: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:412: error: request for member 'pix' in something not a structure or union libv4lconvert.c:412: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:412: warning: passing argument 3 of 'v4lconvert_bayer_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:148: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:412: warning: passing argument 4 of 'v4lconvert_bayer_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:148: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:412: warning: passing argument 5 of 'v4lconvert_bayer_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:148: note: expected 'unsigned int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:422: error: dereferencing pointer to incomplete type libv4lconvert.c:422: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:422: error: request for member 'pix' in something not a structure or union libv4lconvert.c:422: error: request for member 'width' in something not a structure or union libv4lconvert.c:422: error: dereferencing pointer to incomplete type libv4lconvert.c:422: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:422: error: request for member 'pix' in something not a structure or union libv4lconvert.c:422: error: request for member 'height' in something not a structure or union libv4lconvert.c:422: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:423: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:423: error: invalid operands to binary / (have 'const struct v4lconvert_pixfmt *' and 'int') libv4lconvert.c:424: error: dereferencing pointer to incomplete type libv4lconvert.c:424: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:424: error: request for member 'pix' in something not a structure or union libv4lconvert.c:424: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:425: warning: pointer type mismatch in conditional expression libv4lconvert.c:427: error: dereferencing pointer to incomplete type libv4lconvert.c:427: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:427: error: request for member 'pix' in something not a structure or union libv4lconvert.c:427: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:429: error: dereferencing pointer to incomplete type libv4lconvert.c:429: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:429: error: request for member 'pix' in something not a structure or union libv4lconvert.c:429: error: request for member 'width' in something not a structure or union libv4lconvert.c:430: error: dereferencing pointer to incomplete type libv4lconvert.c:430: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:430: error: request for member 'pix' in something not a structure or union libv4lconvert.c:430: error: request for member 'height' in something not a structure or union libv4lconvert.c:430: warning: passing argument 3 of 'v4lconvert_spca501_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:124: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:430: warning: passing argument 4 of 'v4lconvert_spca501_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:124: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:433: error: dereferencing pointer to incomplete type libv4lconvert.c:433: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:433: error: request for member 'pix' in something not a structure or union libv4lconvert.c:433: error: request for member 'width' in something not a structure or union libv4lconvert.c:434: error: dereferencing pointer to incomplete type libv4lconvert.c:434: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:434: error: request for member 'pix' in something not a structure or union libv4lconvert.c:434: error: request for member 'height' in something not a structure or union libv4lconvert.c:434: warning: passing argument 3 of 'v4lconvert_spca505_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:127: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:434: warning: passing argument 4 of 'v4lconvert_spca505_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:127: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:437: error: dereferencing pointer to incomplete type libv4lconvert.c:437: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:437: error: request for member 'pix' in something not a structure or union libv4lconvert.c:437: error: request for member 'width' in something not a structure or union libv4lconvert.c:438: error: dereferencing pointer to incomplete type libv4lconvert.c:438: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:438: error: request for member 'pix' in something not a structure or union libv4lconvert.c:438: error: request for member 'height' in something not a structure or union libv4lconvert.c:438: warning: passing argument 3 of 'v4lconvert_spca508_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:130: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:438: warning: passing argument 4 of 'v4lconvert_spca508_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:130: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:442: error: dereferencing pointer to incomplete type libv4lconvert.c:442: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:442: error: request for member 'pix' in something not a structure or union libv4lconvert.c:442: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:444: error: dereferencing pointer to incomplete type libv4lconvert.c:444: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:444: error: request for member 'pix' in something not a structure or union libv4lconvert.c:444: error: request for member 'width' in something not a structure or union libv4lconvert.c:445: error: dereferencing pointer to incomplete type libv4lconvert.c:445: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:445: error: request for member 'pix' in something not a structure or union libv4lconvert.c:445: error: request for member 'height' in something not a structure or union libv4lconvert.c:445: warning: passing argument 1 of 'v4lconvert_yuv420_to_rgb24' from incompatible pointer type libv4lconvert-priv.h:97: note: expected 'const unsigned char *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:445: warning: passing argument 3 of 'v4lconvert_yuv420_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:97: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:445: warning: passing argument 4 of 'v4lconvert_yuv420_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:97: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:448: error: dereferencing pointer to incomplete type libv4lconvert.c:448: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:448: error: request for member 'pix' in something not a structure or union libv4lconvert.c:448: error: request for member 'width' in something not a structure or union libv4lconvert.c:449: error: dereferencing pointer to incomplete type libv4lconvert.c:449: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:449: error: request for member 'pix' in something not a structure or union libv4lconvert.c:449: error: request for member 'height' in something not a structure or union libv4lconvert.c:449: warning: passing argument 1 of 'v4lconvert_yuv420_to_bgr24' from incompatible pointer type libv4lconvert-priv.h:100: note: expected 'const unsigned char *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:449: warning: passing argument 3 of 'v4lconvert_yuv420_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:100: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:449: warning: passing argument 4 of 'v4lconvert_yuv420_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:100: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:460: error: dereferencing pointer to incomplete type libv4lconvert.c:460: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:460: error: request for member 'pix' in something not a structure or union libv4lconvert.c:460: error: request for member 'width' in something not a structure or union libv4lconvert.c:460: error: dereferencing pointer to incomplete type libv4lconvert.c:460: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:460: error: request for member 'pix' in something not a structure or union libv4lconvert.c:460: error: request for member 'height' in something not a structure or union libv4lconvert.c:460: error: invalid operands to binary * (have 'const struct v4lconvert_pixfmt *' and 'const struct v4lconvert_pixfmt *') libv4lconvert.c:463: error: dereferencing pointer to incomplete type libv4lconvert.c:463: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:463: error: request for member 'pix' in something not a structure or union libv4lconvert.c:463: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:465: error: dereferencing pointer to incomplete type libv4lconvert.c:465: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:465: error: request for member 'pix' in something not a structure or union libv4lconvert.c:465: error: request for member 'width' in something not a structure or union libv4lconvert.c:466: error: dereferencing pointer to incomplete type libv4lconvert.c:466: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:466: error: request for member 'pix' in something not a structure or union libv4lconvert.c:466: error: request for member 'height' in something not a structure or union libv4lconvert.c:466: warning: passing argument 2 of 'v4lconvert_decode_spca561' from incompatible pointer type libv4lconvert-priv.h:133: note: expected 'unsigned char *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:466: warning: passing argument 3 of 'v4lconvert_decode_spca561' makes integer from pointer without a cast libv4lconvert-priv.h:133: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:466: warning: passing argument 4 of 'v4lconvert_decode_spca561' makes integer from pointer without a cast libv4lconvert-priv.h:133: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:470: error: dereferencing pointer to incomplete type libv4lconvert.c:470: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:470: error: request for member 'pix' in something not a structure or union libv4lconvert.c:470: error: request for member 'width' in something not a structure or union libv4lconvert.c:471: error: dereferencing pointer to incomplete type libv4lconvert.c:471: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:471: error: request for member 'pix' in something not a structure or union libv4lconvert.c:471: error: request for member 'height' in something not a structure or union libv4lconvert.c:471: warning: passing argument 2 of 'v4lconvert_decode_sn9c10x' from incompatible pointer type libv4lconvert-priv.h:136: note: expected 'unsigned char *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:471: warning: passing argument 3 of 'v4lconvert_decode_sn9c10x' makes integer from pointer without a cast libv4lconvert-priv.h:136: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:471: warning: passing argument 4 of 'v4lconvert_decode_sn9c10x' makes integer from pointer without a cast libv4lconvert-priv.h:136: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:472: warning: assignment makes integer from pointer without a cast libv4lconvert.c:475: error: dereferencing pointer to incomplete type libv4lconvert.c:475: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:475: error: request for member 'pix' in something not a structure or union libv4lconvert.c:475: error: request for member 'width' in something not a structure or union libv4lconvert.c:476: error: dereferencing pointer to incomplete type libv4lconvert.c:476: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:476: error: request for member 'pix' in something not a structure or union libv4lconvert.c:476: error: request for member 'height' in something not a structure or union libv4lconvert.c:476: warning: passing argument 2 of 'v4lconvert_decode_pac207' from incompatible pointer type libv4lconvert-priv.h:139: note: expected 'unsigned char *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:476: warning: passing argument 3 of 'v4lconvert_decode_pac207' makes integer from pointer without a cast libv4lconvert-priv.h:139: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:476: warning: passing argument 4 of 'v4lconvert_decode_pac207' makes integer from pointer without a cast libv4lconvert-priv.h:139: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:477: warning: assignment makes integer from pointer without a cast libv4lconvert.c:481: error: dereferencing pointer to incomplete type libv4lconvert.c:481: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:481: error: request for member 'pix' in something not a structure or union libv4lconvert.c:481: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:483: error: dereferencing pointer to incomplete type libv4lconvert.c:483: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:483: error: request for member 'pix' in something not a structure or union libv4lconvert.c:483: error: request for member 'width' in something not a structure or union libv4lconvert.c:484: error: dereferencing pointer to incomplete type libv4lconvert.c:484: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:484: error: request for member 'pix' in something not a structure or union libv4lconvert.c:484: error: request for member 'height' in something not a structure or union libv4lconvert.c:484: warning: passing argument 1 of 'v4lconvert_bayer_to_rgb24' from incompatible pointer type libv4lconvert-priv.h:142: note: expected 'const unsigned char *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:484: warning: passing argument 3 of 'v4lconvert_bayer_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:142: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:484: warning: passing argument 4 of 'v4lconvert_bayer_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:142: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:487: error: dereferencing pointer to incomplete type libv4lconvert.c:487: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:487: error: request for member 'pix' in something not a structure or union libv4lconvert.c:487: error: request for member 'width' in something not a structure or union libv4lconvert.c:488: error: dereferencing pointer to incomplete type libv4lconvert.c:488: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:488: error: request for member 'pix' in something not a structure or union libv4lconvert.c:488: error: request for member 'height' in something not a structure or union libv4lconvert.c:488: warning: passing argument 1 of 'v4lconvert_bayer_to_bgr24' from incompatible pointer type libv4lconvert-priv.h:145: note: expected 'const unsigned char *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:488: warning: passing argument 3 of 'v4lconvert_bayer_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:145: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:488: warning: passing argument 4 of 'v4lconvert_bayer_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:145: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:491: error: dereferencing pointer to incomplete type libv4lconvert.c:491: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:491: error: request for member 'pix' in something not a structure or union libv4lconvert.c:491: error: request for member 'width' in something not a structure or union libv4lconvert.c:492: error: dereferencing pointer to incomplete type libv4lconvert.c:492: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:492: error: request for member 'pix' in something not a structure or union libv4lconvert.c:492: error: request for member 'height' in something not a structure or union libv4lconvert.c:492: warning: passing argument 1 of 'v4lconvert_bayer_to_yuv420' from incompatible pointer type libv4lconvert-priv.h:148: note: expected 'const unsigned char *' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:492: warning: passing argument 3 of 'v4lconvert_bayer_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:148: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:492: warning: passing argument 4 of 'v4lconvert_bayer_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:148: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:499: error: dereferencing pointer to incomplete type libv4lconvert.c:499: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:499: error: request for member 'pix' in something not a structure or union libv4lconvert.c:499: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:501: error: dereferencing pointer to incomplete type libv4lconvert.c:501: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:501: error: request for member 'pix' in something not a structure or union libv4lconvert.c:501: error: request for member 'width' in something not a structure or union libv4lconvert.c:502: error: dereferencing pointer to incomplete type libv4lconvert.c:502: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:502: error: request for member 'pix' in something not a structure or union libv4lconvert.c:502: error: request for member 'height' in something not a structure or union libv4lconvert.c:502: warning: passing argument 3 of 'v4lconvert_swap_rgb' makes integer from pointer without a cast libv4lconvert-priv.h:121: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:502: warning: passing argument 4 of 'v4lconvert_swap_rgb' makes integer from pointer without a cast libv4lconvert-priv.h:121: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:510: error: dereferencing pointer to incomplete type libv4lconvert.c:510: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:510: error: request for member 'pix' in something not a structure or union libv4lconvert.c:510: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:512: error: dereferencing pointer to incomplete type libv4lconvert.c:512: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:512: error: request for member 'pix' in something not a structure or union libv4lconvert.c:512: error: request for member 'width' in something not a structure or union libv4lconvert.c:513: error: dereferencing pointer to incomplete type libv4lconvert.c:513: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:513: error: request for member 'pix' in something not a structure or union libv4lconvert.c:513: error: request for member 'height' in something not a structure or union libv4lconvert.c:513: warning: passing argument 3 of 'v4lconvert_swap_rgb' makes integer from pointer without a cast libv4lconvert-priv.h:121: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:513: warning: passing argument 4 of 'v4lconvert_swap_rgb' makes integer from pointer without a cast libv4lconvert-priv.h:121: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:522: error: dereferencing pointer to incomplete type libv4lconvert.c:522: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:522: error: request for member 'pix' in something not a structure or union libv4lconvert.c:522: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:524: error: dereferencing pointer to incomplete type libv4lconvert.c:524: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:524: error: request for member 'pix' in something not a structure or union libv4lconvert.c:524: error: request for member 'width' in something not a structure or union libv4lconvert.c:525: error: dereferencing pointer to incomplete type libv4lconvert.c:525: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:525: error: request for member 'pix' in something not a structure or union libv4lconvert.c:525: error: request for member 'height' in something not a structure or union libv4lconvert.c:525: warning: passing argument 3 of 'v4lconvert_yuv420_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:97: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:525: warning: passing argument 4 of 'v4lconvert_yuv420_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:97: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:528: error: dereferencing pointer to incomplete type libv4lconvert.c:528: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:528: error: request for member 'pix' in something not a structure or union libv4lconvert.c:528: error: request for member 'width' in something not a structure or union libv4lconvert.c:529: error: dereferencing pointer to incomplete type libv4lconvert.c:529: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:529: error: request for member 'pix' in something not a structure or union libv4lconvert.c:529: error: request for member 'height' in something not a structure or union libv4lconvert.c:529: warning: passing argument 3 of 'v4lconvert_yuv420_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:100: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:529: warning: passing argument 4 of 'v4lconvert_yuv420_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:100: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:535: error: dereferencing pointer to incomplete type libv4lconvert.c:535: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:535: error: request for member 'pix' in something not a structure or union libv4lconvert.c:535: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:537: error: dereferencing pointer to incomplete type libv4lconvert.c:537: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:537: error: request for member 'pix' in something not a structure or union libv4lconvert.c:537: error: request for member 'width' in something not a structure or union libv4lconvert.c:538: error: dereferencing pointer to incomplete type libv4lconvert.c:538: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:538: error: request for member 'pix' in something not a structure or union libv4lconvert.c:538: error: request for member 'height' in something not a structure or union libv4lconvert.c:538: warning: passing argument 3 of 'v4lconvert_yuyv_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:103: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:538: warning: passing argument 4 of 'v4lconvert_yuyv_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:103: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:541: error: dereferencing pointer to incomplete type libv4lconvert.c:541: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:541: error: request for member 'pix' in something not a structure or union libv4lconvert.c:541: error: request for member 'width' in something not a structure or union libv4lconvert.c:542: error: dereferencing pointer to incomplete type libv4lconvert.c:542: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:542: error: request for member 'pix' in something not a structure or union libv4lconvert.c:542: error: request for member 'height' in something not a structure or union libv4lconvert.c:542: warning: passing argument 3 of 'v4lconvert_yuyv_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:106: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:542: warning: passing argument 4 of 'v4lconvert_yuyv_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:106: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:545: error: dereferencing pointer to incomplete type libv4lconvert.c:545: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:545: error: request for member 'pix' in something not a structure or union libv4lconvert.c:545: error: request for member 'width' in something not a structure or union libv4lconvert.c:546: error: dereferencing pointer to incomplete type libv4lconvert.c:546: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:546: error: request for member 'pix' in something not a structure or union libv4lconvert.c:546: error: request for member 'height' in something not a structure or union libv4lconvert.c:546: warning: passing argument 3 of 'v4lconvert_yuyv_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:109: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:546: warning: passing argument 4 of 'v4lconvert_yuyv_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:109: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:552: error: dereferencing pointer to incomplete type libv4lconvert.c:552: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:552: error: request for member 'pix' in something not a structure or union libv4lconvert.c:552: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:554: error: dereferencing pointer to incomplete type libv4lconvert.c:554: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:554: error: request for member 'pix' in something not a structure or union libv4lconvert.c:554: error: request for member 'width' in something not a structure or union libv4lconvert.c:555: error: dereferencing pointer to incomplete type libv4lconvert.c:555: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:555: error: request for member 'pix' in something not a structure or union libv4lconvert.c:555: error: request for member 'height' in something not a structure or union libv4lconvert.c:555: warning: passing argument 3 of 'v4lconvert_yvyu_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:112: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:555: warning: passing argument 4 of 'v4lconvert_yvyu_to_rgb24' makes integer from pointer without a cast libv4lconvert-priv.h:112: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:558: error: dereferencing pointer to incomplete type libv4lconvert.c:558: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:558: error: request for member 'pix' in something not a structure or union libv4lconvert.c:558: error: request for member 'width' in something not a structure or union libv4lconvert.c:559: error: dereferencing pointer to incomplete type libv4lconvert.c:559: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:559: error: request for member 'pix' in something not a structure or union libv4lconvert.c:559: error: request for member 'height' in something not a structure or union libv4lconvert.c:559: warning: passing argument 3 of 'v4lconvert_yvyu_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:115: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:559: warning: passing argument 4 of 'v4lconvert_yvyu_to_bgr24' makes integer from pointer without a cast libv4lconvert-priv.h:115: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:562: error: dereferencing pointer to incomplete type libv4lconvert.c:562: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:562: error: request for member 'pix' in something not a structure or union libv4lconvert.c:562: error: request for member 'width' in something not a structure or union libv4lconvert.c:563: error: dereferencing pointer to incomplete type libv4lconvert.c:563: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:563: error: request for member 'pix' in something not a structure or union libv4lconvert.c:563: error: request for member 'height' in something not a structure or union libv4lconvert.c:563: warning: passing argument 3 of 'v4lconvert_yvyu_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:118: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:563: warning: passing argument 4 of 'v4lconvert_yvyu_to_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:118: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:577: error: dereferencing pointer to incomplete type libv4lconvert.c:577: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:577: error: request for member 'pix' in something not a structure or union libv4lconvert.c:577: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:577: error: dereferencing pointer to incomplete type libv4lconvert.c:577: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:577: error: request for member 'pix' in something not a structure or union libv4lconvert.c:577: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:584: error: dereferencing pointer to incomplete type libv4lconvert.c:584: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:584: error: request for member 'pix' in something not a structure or union libv4lconvert.c:584: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:587: error: dereferencing pointer to incomplete type libv4lconvert.c:587: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:587: error: request for member 'pix' in something not a structure or union libv4lconvert.c:587: error: request for member 'width' in something not a structure or union libv4lconvert.c:588: error: dereferencing pointer to incomplete type libv4lconvert.c:588: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:588: error: request for member 'pix' in something not a structure or union libv4lconvert.c:588: error: request for member 'height' in something not a structure or union libv4lconvert.c:588: warning: passing argument 3 of 'v4lconvert_rotate90_rgbbgr24' makes integer from pointer without a cast libv4lconvert-priv.h:151: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:588: warning: passing argument 4 of 'v4lconvert_rotate90_rgbbgr24' makes integer from pointer without a cast libv4lconvert-priv.h:151: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:591: error: dereferencing pointer to incomplete type libv4lconvert.c:591: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:591: error: request for member 'pix' in something not a structure or union libv4lconvert.c:591: error: request for member 'width' in something not a structure or union libv4lconvert.c:592: error: dereferencing pointer to incomplete type libv4lconvert.c:592: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:592: error: request for member 'pix' in something not a structure or union libv4lconvert.c:592: error: request for member 'height' in something not a structure or union libv4lconvert.c:592: warning: passing argument 3 of 'v4lconvert_rotate90_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:154: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:592: warning: passing argument 4 of 'v4lconvert_rotate90_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:154: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:597: error: dereferencing pointer to incomplete type libv4lconvert.c:597: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:597: error: request for member 'pix' in something not a structure or union libv4lconvert.c:597: error: request for member 'pixelformat' in something not a structure or union libv4lconvert.c:600: error: dereferencing pointer to incomplete type libv4lconvert.c:600: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:600: error: request for member 'pix' in something not a structure or union libv4lconvert.c:600: error: request for member 'width' in something not a structure or union libv4lconvert.c:601: error: dereferencing pointer to incomplete type libv4lconvert.c:601: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:601: error: request for member 'pix' in something not a structure or union libv4lconvert.c:601: error: request for member 'height' in something not a structure or union libv4lconvert.c:601: warning: passing argument 3 of 'v4lconvert_rotate180_rgbbgr24' makes integer from pointer without a cast libv4lconvert-priv.h:157: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:601: warning: passing argument 4 of 'v4lconvert_rotate180_rgbbgr24' makes integer from pointer without a cast libv4lconvert-priv.h:157: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:604: error: dereferencing pointer to incomplete type libv4lconvert.c:604: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:604: error: request for member 'pix' in something not a structure or union libv4lconvert.c:604: error: request for member 'width' in something not a structure or union libv4lconvert.c:605: error: dereferencing pointer to incomplete type libv4lconvert.c:605: error: request for member 'fmt' in something not a structure or union libv4lconvert.c:605: error: request for member 'pix' in something not a structure or union libv4lconvert.c:605: error: request for member 'height' in something not a structure or union libv4lconvert.c:605: warning: passing argument 3 of 'v4lconvert_rotate180_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:160: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' libv4lconvert.c:605: warning: passing argument 4 of 'v4lconvert_rotate180_yuv420' makes integer from pointer without a cast libv4lconvert-priv.h:160: note: expected 'int' but argument is of type 'const struct v4lconvert_pixfmt *' gmake[1]: *** [libv4lconvert.o] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/work/graphics/libv4l/work/libv4l-0.4.3/libv4lconvert' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/graphics/libv4l *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/libv4l