summaryrefslogtreecommitdiff
path: root/recipes/x264.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-12-19 10:27:10 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-12-19 10:27:10 +0200
commit0aa6bf6a78828a5c2f474dfac44d9067fc657a7c (patch)
tree2aefc8eb71de88626ebdb65bc94273a6de7d0249 /recipes/x264.recipe
parent83563388e47727936e5e44f358fe1458ce7551b0 (diff)
x264: Update to 20161218-2245
Diffstat (limited to 'recipes/x264.recipe')
-rw-r--r--recipes/x264.recipe6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/x264.recipe b/recipes/x264.recipe
index 7ba1de28..7b0bfcfc 100644
--- a/recipes/x264.recipe
+++ b/recipes/x264.recipe
@@ -3,7 +3,7 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(recipe.Recipe):
- version = '20160121-2245'
+ version = '20161218-2245'
name = 'x264'
licenses = [License.GPL]
stype = SourceType.TARBALL
@@ -11,8 +11,8 @@ 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-20160121-2245-stable.tar.bz2'
- tarball_dirname= 'x264-snapshot-20160121-2245-stable'
+ url = 'http://download.videolan.org/pub/x264/snapshots/x264-snapshot-20161218-2245-stable.tar.bz2'
+ tarball_dirname= 'x264-snapshot-20161218-2245-stable'
new_env = {'AS': 'yasm'}
files_libs = ['libx264']