Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a95206f

Browse filesBrowse files
committed
x265 from master
1 parent 0328348 commit a95206f
Copy full SHA for a95206f

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,10 @@ if $NONFREE_AND_GPL; then
524524
fi
525525

526526
if $NONFREE_AND_GPL; then
527-
if build "x265" "3.5"; then
528-
download "https://github.com/videolan/x265/archive/Release_3.5.tar.gz" "x265-3.5.tar.gz" # This is actually 3.4 if looking at x265Version.txt
527+
X265_CHECKOUT_HASH="6da609e41ca5ae1d661a1b5c4805ed7a3f4117cc"
528+
X265_FOLDER="multicoreware-x265_git-6da609e41ca5"
529+
if build "x265" $X265_CHECKOUT_HASH; then
530+
download "https://bitbucket.org/multicoreware/x265_git/get/$X265_CHECKOUT_HASH.tar.bz2" "x265-master.tar.gz"
529531
cd build/linux || exit
530532
rm -rf 8bit 10bit 12bit 2>/dev/null
531533
mkdir -p 8bit 10bit 12bit

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.