We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c863918 commit 589dde4Copy full SHA for 589dde4
build-ffmpeg
@@ -318,7 +318,7 @@ if build "vid_stab"; then
318
fi
319
320
if build "x265"; then
321
- download "https://bitbucket.org/multicoreware/x265/downloads/x265_3.3.tar.gz" "x265-3.3.tar.gz"
+ download "https://bitbucket.org/multicoreware/x265/downloads/x265_3.4.tar.gz" "x265-3.4.tar.gz"
322
cd "$PACKAGES"/x265_* || exit
323
cd source || exit
324
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off .
0 commit comments