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 c6048aa

Browse filesBrowse files
committed
x265 update
1 parent 2716472 commit c6048aa
Copy full SHA for c6048aa

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-4
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://github.com/markus-perl/ffmpeg-build-script
44

5-
VERSION=0.6
5+
VERSION=0.7
66
CWD=$(pwd)
77
PACKAGES="$CWD/packages"
88
WORKSPACE="$CWD/workspace"
@@ -215,7 +215,7 @@ if build "xvidcore"; then
215215
fi
216216

217217
if build "x264"; then
218-
download "ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2" "last_x264.tar.bz2"
218+
download "ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20161027-2245-stable.tar.bz2" "last_x264.tar.bz2"
219219
cd $PACKAGES/x264-snapshot-* || exit
220220
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
221221
execute make -j $MJOBS
@@ -285,8 +285,8 @@ if build "vid_stab"; then
285285
fi
286286

287287
if build "x265"; then
288-
download "https://bitbucket.org/multicoreware/x265/downloads/x265_1.9.tar.gz" "x265-1.9.tar.gz"
289-
cd $PACKAGES/x265_1.9 || exit
288+
download "https://bitbucket.org/multicoreware/x265/downloads/x265_2.1.tar.gz" "x265-2.1.tar.gz"
289+
cd $PACKAGES/x265_* || exit
290290
cd source || exit
291291
execute cmake -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DENABLE_SHARED:bool=off .
292292
execute make -j $MJOBS

0 commit comments

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