linux # 编译MP4Box
2019-06-13 本文已影响0人
FlyingPenguin
yum -y install freetype-devel SDL-devel freeglut-devel
git clone https://github.com/gpac/gpac.git
cd gpac
./configure --static-mp4box --use-zlib=no
make -j4
References:
https://stackoverflow.com/questions/42736741/how-can-i-install-mp4box-on-centos7-3