8 lines
161 B
Bash
8 lines
161 B
Bash
|
projectPath=$workDir/nv-codec-headers
|
||
|
|
||
|
git clone https://github.com/FFmpeg/nv-codec-headers $projectPath --depth 1
|
||
|
|
||
|
cd $projectPath
|
||
|
|
||
|
make install PREFIX=$PREFIX
|