mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 15:40:14 +00:00
12 lines
317 B
Bash
Executable File
12 lines
317 B
Bash
Executable File
#!/bin/bash -eux
|
|
|
|
cd /var/tmp/ffmpeg
|
|
( cd nasm && sudo make install )
|
|
( cd x264 && sudo make install )
|
|
( cd nv-codec-headers && sudo make install )
|
|
( cd aom/build && sudo make install )
|
|
( cd SVT-HEVC/Build/linux/Release && sudo make install )
|
|
( cd SVT-AV1/Build && sudo make install )
|
|
sudo make install
|
|
sudo ldconfig
|