Files
UltraGrid/.github/scripts/Linux/install_ffmpeg.sh
Martin Pulec 0fda3dadef GitHub CI: build own FFmpeg [Linux]
The one in repository no longer contains NVENC and it is perhaps better
not to rely on a third-party PPA.
2020-07-01 20:38:40 +02:00

8 lines
152 B
Bash
Executable File

#!/bin/bash -eux
cd /var/tmp/ffmpeg
( cd nv-codec-headers && sudo make install )
( cd aom/build && sudo make install )
sudo make install
sudo ldconfig