summaryrefslogtreecommitdiff
path: root/recipes/x264.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-01-22 10:47:22 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-01-22 10:47:51 +0200
commit338cb6f9085fbb1844809d4d83921ba3536dc975 (patch)
treee442ffceffadbe81a2e6703a1d61681bc5cfb499 /recipes/x264.recipe
parent80a6c672d256ccfa07c29ad6773eb90c3958d110 (diff)
x264: Update to 20160121-224-stable snapshot
Diffstat (limited to 'recipes/x264.recipe')
-rw-r--r--recipes/x264.recipe9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/x264.recipe b/recipes/x264.recipe
index 069715e7..d6084e5f 100644
--- a/recipes/x264.recipe
+++ b/recipes/x264.recipe
@@ -3,7 +3,7 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(recipe.Recipe):
- version = '20140212-2245'
+ version = '20160121-2245'
name = 'x264'
licenses = [License.GPL]
stype = SourceType.TARBALL
@@ -11,10 +11,9 @@ class Recipe(recipe.Recipe):
"--libdir=%(libdir)s %(options)s"
configure_options = '--enable-shared --enable-static --enable-pic ' \
'--disable-strip --disable-lavf'
- url = 'http://download.videolan.org/pub/x264/snapshots/x264-snapshot-20140212-2245-stable.tar.bz2'
- tarball_dirname= 'x264-snapshot-20140212-2245-stable'
+ url = 'http://download.videolan.org/pub/x264/snapshots/x264-snapshot-20160121-2245-stable.tar.bz2'
+ tarball_dirname= 'x264-snapshot-20160121-2245-stable'
new_env = {'AS': 'yasm'}
- patches = ['x264/0001-Don-t-use-falign-loops-with-clang-it-does-not-exist.patch']
files_libs = ['libx264']
files_bins = ['x264']
@@ -53,6 +52,6 @@ class Recipe(recipe.Recipe):
self.configure_options += ' --disable-asm '
def post_install(self):
- libtool_la = LibtoolLibrary('x264', 125, None, None, self.config.libdir,
+ libtool_la = LibtoolLibrary('x264', 148, None, None, self.config.libdir,
self.config.target_platform)
libtool_la.save()