/usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/bin/ld: skipping incompatible /usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/lib/libjpeg.so when searching for -ljpeg
video-capture.o(.text+0x32: In function `put_image_jpeg':
: undefined reference to `jpeg_std_error'
video-capture.o(.text+0x340): In function `put_image_jpeg':
: undefined reference to `jpeg_CreateCompress'
video-capture.o(.text+0x36c): In function `put_image_jpeg':
: undefined reference to `jpeg_set_defaults'
video-capture.o(.text+0x380): In function `put_image_jpeg':
: undefined reference to `jpeg_set_quality'
video-capture.o(.text+0x39: In function `put_image_jpeg':
: undefined reference to `jpeg_stdio_dest'
video-capture.o(.text+0x3a: In function `put_image_jpeg':
: undefined reference to `jpeg_start_compress'
video-capture.o(.text+0x4a4): In function `put_image_jpeg':
: undefined reference to `jpeg_write_scanlines'
video-capture.o(.text+0x4d0): In function `put_image_jpeg':
: undefined reference to `jpeg_finish_compress'
video-capture.o(.text+0x4dc): In function `put_image_jpeg':
: undefined reference to `jpeg_destroy_compress'
请问这个到底是jpeg库哪里出了问题???如何解决?