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 6351159

Browse filesBrowse files
committed
Centos fixes
1 parent 2add245 commit 6351159
Copy full SHA for 6351159

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,12 @@ fi
370370

371371
if build "svtav1"; then
372372
download "https://github.com/AOMediaCodec/SVT-AV1/archive/v0.8.6.tar.gz"
373-
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../Build -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
373+
cd Build/linux || exit
374+
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
374375
execute make -j $MJOBS
375376
execute make install
377+
execute cp Build/linux/SvtAv1Enc.pc "${WORKSPACE}/lib/pkgconfig/"
378+
execute cp Build/linux/SvtAv1Dec.pc "${WORKSPACE}/lib/pkgconfig/"
376379
build_done "svtav1"
377380
fi
378381
CONFIGURE_OPTIONS+=("--enable-libsvtav1")

0 commit comments

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