adofai-ffmpeg-builder/scripts/build-ffnvcodec.sh

8 lines
161 B
Bash
Raw Permalink Normal View History

projectPath=$workDir/nv-codec-headers
git clone https://github.com/FFmpeg/nv-codec-headers $projectPath --depth 1
cd $projectPath
make install PREFIX=$PREFIX