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 0328348 commit a95206fCopy full SHA for a95206f
build-ffmpeg
@@ -524,8 +524,10 @@ if $NONFREE_AND_GPL; then
524
fi
525
526
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
+ X265_CHECKOUT_HASH="6da609e41ca5ae1d661a1b5c4805ed7a3f4117cc"
+ 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"
531
cd build/linux || exit
532
rm -rf 8bit 10bit 12bit 2>/dev/null
533
mkdir -p 8bit 10bit 12bit
0 commit comments