参考 文章: https://blog.youkuaiyun.com/qq_16053163/article/details/78701793
1. github下载gpac
git clone --branch v0.7.1 https://github.com/gpac/gpac --depth=1
2. cd gpac
chmod +x configure
./configure --static-mp4box
3.编译
make -j20
4. 进入 ./bin/gcc 目录此时MP4BOX已经生成静态版本.