diff options
Diffstat (limited to 'recipes/lame.recipe')
-rw-r--r-- | recipes/lame.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/lame.recipe b/recipes/lame.recipe index 4ba78a5e..f7dc8c60 100644 --- a/recipes/lame.recipe +++ b/recipes/lame.recipe @@ -7,6 +7,7 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL configure_options = ' --enable-static --disable-frontend --disable-decoder' url = 'https://downloads.sourceforge.net/lame/lame-%(version)s.tar.gz' + tarball_checksum = 'ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e' autoreconf = True patches = ['lame/0001-Remove-decoder-symbols.patch'] |