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 ef59b97 commit 121b435Copy full SHA for 121b435
build-ffmpeg
@@ -238,8 +238,8 @@ if build "vid_stab"; then
238
fi
239
240
if build "x265"; then
241
- download "https://bitbucket.org/multicoreware/x265/downloads/x265_1.7.tar.gz" "x265-1.7.tar.gz"
242
- cd $PACKAGES/x265_1.7
+ download "https://bitbucket.org/multicoreware/x265/downloads/x265_1.9.tar.gz" "x265-1.7.tar.gz"
+ cd $PACKAGES/x265_1.9
243
cd source
244
execute cmake -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DENABLE_SHARED:bool=off .
245
execute make -j 4
0 commit comments