Files
UltraGrid/.github/scripts/Linux/install_ffmpeg.sh
Martin Pulec bdce177f07 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-08-28 16:57:32 +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