- Compile davs2
git clone https://github.com/pkuvcl/davs2.git
cd davs2/build/linux
./configure --prefix=/home/sdtv/ffmpeg_build --enable-pic --enable-shared
make -j8
make install
- Compile xavs2
git clone https://github.com/pkuvcl/xavs2.git
cd xavs2/build/linux/
./configure --prefix=/home/sdtv/ffmpeg_build --enable-pic --enable-shared
make -j8
make install