aom:https://aomedia.googlesource.com/aom
mkdir aom_build
cmake .. -DBUILD_SHARED_LIBS=1
make -j8
make install
ffmpeg:https://git.ffmpeg.org/ffmpeg.git
release分支:1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
./configure --enable-libaom --pkg-config-flags="--static"
make -j8