diff options
Diffstat (limited to 'recipes/libvpx.recipe')
-rw-r--r-- | recipes/libvpx.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe index b3fb67fc..92fc3f7b 100644 --- a/recipes/libvpx.recipe +++ b/recipes/libvpx.recipe @@ -10,6 +10,7 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL url = 'https://github.com/webmproject/libvpx/archive/%(version)s.tar.gz' tarball_dirname = 'libvpx-' + version[1:] + tarball_checksum = 'e2fc00c9f60c76f91a1cde16a2356e33a45b76a5a5a1370df65fd57052a4994a' licenses = [License.BSD] btype = BuildType.MAKEFILE configure_tpl = "./configure --prefix=%(prefix)s "\ |