Skip to content

Commit 2f02c14

Browse files
authored
Merge pull request #50 from dandelionred/master
Fix x265 build
2 parents 7f3e023 + 1407d31 commit 2f02c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines 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)