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
网友评论