LIBJPEG交叉编译并用其将ARGB32转JPEG
#编译脚本 build.sh
#!/bin/bash
gcc_prefix=$1
install_dir=$2
cache_dir=$3
host_name=" "
if test -z ${gcc_prefix} ;then
gcc_prefix=/usr/bin/
else
host_name=arm-linux
fi
if test -z ${install_dir} ;then
install_dir=$(pwd)/install
fi
if test -z ${cache_dir} .
原创
2020-07-21 16:36:18 ·
504 阅读 ·
0 评论