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 2f02c14

Browse filesBrowse files
authored
Merge pull request markus-perl#50 from dandelionred/master
Fix x265 build
2 parents 7f3e023 + 1407d31 commit 2f02c14
Copy full SHA for 2f02c14

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ fi
319319

320320
if build "x265"; then
321321
download "https://github.com/videolan/x265/archive/3.4.tar.gz" "x265-3.4.tar.gz"
322-
cd "$PACKAGES"/x265-* || exit
322+
cd "$PACKAGES"/x265-*/ || exit
323323
cd source || exit
324324
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off .
325325
execute make -j $MJOBS

0 commit comments

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