Skip to content

Commit 49637ea

Browse files
committed
x265 url update
1 parent 75c2911 commit 49637ea

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
@@ -318,7 +318,7 @@ if build "vid_stab"; then
318318
fi
319319

320320
if build "x265"; then
321-
download "https://bitbucket.org/multicoreware/x265/downloads/x265_3.4.tar.gz" "x265-3.4.tar.gz"
321+
download "https://github.com/videolan/x265/archive/3.4.tar.gz" "x265-3.4.tar.gz"
322322
cd "$PACKAGES"/x265_* || exit
323323
cd source || exit
324324
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off .

0 commit comments

Comments
 (0)