系统版本centos7.6,内核3.10
-
依赖
pkg-config
地址: https://pkg-config.freedesktop.org/releases/
找一个最新的包,下载解压
./configure
make
make check
make install
注:如果出现 glib-2.0>=2.16 这样的错误,编译时使用 ./configure --with-internal-glib
sdl
使用yum 安装sdl,sdl2
libfdk_aac
下载aac,地址 https://sourceforge.net/projects/opencore-amr/files/fdk-aac/
./configure&&make&&make install