Skip to content

Commit

Permalink
contrib: Update to x264 148 r2705.
Browse files Browse the repository at this point in the history
Bug fixes, performance improvements when using faster presets.
  • Loading branch information
bradleysepos committed Aug 10, 2016
1 parent dcd2f92 commit 63291bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions contrib/x264/A00-version-string.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/x264.h b/x264.h
index 2e4a98d..2065222 100644
index 2b59b92..6211a64 100644
--- a/x264.h
+++ b/x264.h
@@ -41,7 +41,17 @@
@@ -45,7 +45,17 @@ extern "C" {

#include "x264_config.h"

Expand All @@ -17,7 +17,7 @@ index 2e4a98d..2065222 100644
+#undef X264_VERSION
+#endif
+#define X264_BUILD 148
+#define X264_VERSION " r2665 a01e339"
+#define X264_VERSION " r2705 3f5ed56"

/* Application developers planning to link against a shared library version of
* libx264 from a Microsoft Visual Studio or similar development environment
7 changes: 3 additions & 4 deletions contrib/x264/module.defs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
$(eval $(call import.MODULE.defs,X264,x264,YASM PTHREADW32))
$(eval $(call import.CONTRIB.defs,X264))

# TODO: Unknown upstream url
X264.FETCH.url = http://download.handbrake.fr/handbrake/contrib/x264-r2665-a01e339.tar.gz
X264.FETCH.md5 = 4ffeac9157c5a7119b5b6ff36a5d96b7
X264.EXTRACT.tarbase = x264
X264.FETCH.url = http://download.handbrake.fr/handbrake/contrib/x264-snapshot-20160809-2245-stable.tar.bz2
X264.FETCH.url += https://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20160809-2245-stable.tar.bz2
X264.FETCH.md5 = 7ca36de9a2c57c1711ecb517e60d815d

X264.GCC.args.c_std =

Expand Down

0 comments on commit 63291bf

Please sign in to comment.