Tiny210移植mjpeg-streamer
Tiny210移植mjpeg-streamer1. libjpeg库移植1.1)解压jpegsrc.v6b.tar.gz并进入其目录1.2)配置源码./configure CC=arm-linux-gcc --host=arm-linux --prefix=/usr/local/jpeg --enable-shared --enable-static(如果提示错误的话,先./configure后make clean之后再重新配置下)1.3)make编译源码...