mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 12:40:05 +00:00
The one in repository no longer contains NVENC and it is perhaps better not to rely on a third-party PPA.
8 lines
152 B
Bash
Executable File
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
|