Skip to content

Commit a38134b

Browse files
committed
All packages were updated to their latest version
1 parent c5d8c38 commit a38134b

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
@@ -285,7 +285,7 @@ fi
285285
CONFIGURE_OPTIONS+=("--enable-libx264")
286286

287287
if build "x265"; then
288-
download "https://github.com/videolan/x265/archive/3.5.tar.gz" "x265-3.5.tar.gz"
288+
download "https://github.com/videolan/x265/archive/Release_3.5.tar.gz" "x265-3.5.tar.gz"
289289
cd source || exit
290290
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off -DSTATIC_LINK_CRT:BOOL=ON -DENABLE_CLI:BOOL=OFF .
291291
execute make -j $MJOBS

0 commit comments

Comments
 (0)