Skip to content

Instantly share code, notes, and snippets.

@meisa233
Created May 16, 2023 02:05
Show Gist options
  • Save meisa233/fe023aec86c567354251f27c3200278b to your computer and use it in GitHub Desktop.
Save meisa233/fe023aec86c567354251f27c3200278b to your computer and use it in GitHub Desktop.
  1. 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
  1. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment