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 c5d8c38 commit a38134bCopy full SHA for a38134b
build-ffmpeg
@@ -285,7 +285,7 @@ fi
285
CONFIGURE_OPTIONS+=("--enable-libx264")
286
287
if build "x265"; then
288
- download "https://github.com/videolan/x265/archive/3.5.tar.gz" "x265-3.5.tar.gz"
+ download "https://github.com/videolan/x265/archive/Release_3.5.tar.gz" "x265-3.5.tar.gz"
289
cd source || exit
290
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off -DSTATIC_LINK_CRT:BOOL=ON -DENABLE_CLI:BOOL=OFF .
291
execute make -j $MJOBS
0 commit comments