mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-19 21:09:01 +00:00
10 lines
218 B
Bash
Executable File
10 lines
218 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 )
|
|
sudo make install
|
|
sudo ldconfig
|