Skip to content

Commit

Permalink
Fix nvidia headers download and make
Browse files Browse the repository at this point in the history
Related ticket: lutris#22
  • Loading branch information
DoogeJ authored Mar 23, 2019
1 parent a7f4d84 commit 673a48a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ InstallNvidiaSDK() {
}

InstallNvCodecIncludes() {
echo "Installing Nv codec headers from https://github.com/FFmpeg/nv-codec-headers"
echo "Installing Nv codec headers from VideoLAN"
cd "$source_dir"
git clone https://github.com/FFmpeg/nv-codec-headers
git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
cd nv-codec-headers
make
cp -a include/ffnvcodec "$inc_dir"
}

Expand Down

0 comments on commit 673a48a

Please sign in to comment.