Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d76d3e8

Browse filesBrowse files
authored
11.0.10.2
1 parent 187b83b commit d76d3e8
Copy full SHA for d76d3e8

File tree

Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+6-5Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -872,14 +872,15 @@ fi
872872

873873
if [[ "$OSTYPE" == "linux-gnu" ]]; then
874874
if command_exists "nvcc"; then
875-
if build "nv-codec" "11.1.5.2"; then
876-
download "https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.2/nv-codec-headers-11.1.5.2.tar.gz"
875+
if build "nv-codec" "11.0.10.2"; then
876+
# download "https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.2/nv-codec-headers-11.1.5.2.tar.gz"
877+
download "https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.0.10.2/nv-codec-headers-11.0.10.2.tar.gz"
877878
execute make PREFIX="${WORKSPACE}"
878879
execute make install PREFIX="${WORKSPACE}"
879-
build_done "nv-codec" "11.1.5.2"
880+
build_done "nv-codec" "11.0.10.2"
880881
fi
881-
CFLAGS+=" -I/usr/local/cuda-11.2/include"
882-
LDFLAGS+=" -L/usr/local/cuda-11.2/lib64"
882+
CFLAGS+=" -I/usr/local/cuda/include"
883+
LDFLAGS+=" -L/usr/local/cuda/lib64"
883884
CONFIGURE_OPTIONS+=("--enable-cuda-nvcc" "--enable-cuvid" "--enable-nvenc" "--enable-cuda-llvm")
884885

885886
if [ -z "$LDEXEFLAGS" ]; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.