diff options
Diffstat (limited to 'recipes/x264.recipe')
-rw-r--r-- | recipes/x264.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/x264.recipe b/recipes/x264.recipe index 677cb0f1..aaf71742 100644 --- a/recipes/x264.recipe +++ b/recipes/x264.recipe @@ -13,6 +13,7 @@ class Recipe(recipe.Recipe): '--disable-strip --disable-lavf' url = 'https://download.videolan.org/pub/x264/snapshots/x264-snapshot-%(version)s-stable.tar.bz2' tarball_dirname= 'x264-snapshot-%(version)s-stable' + tarball_checksum = 'd4d4fb146fbe64efb0f02d149118a0e93f575417011e4ff898a5079d548b9950' files_libs = ['libx264'] files_bins = ['x264'] |