summaryrefslogtreecommitdiff
path: root/recipes/a52dec.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/a52dec.recipe')
-rw-r--r--recipes/a52dec.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/a52dec.recipe b/recipes/a52dec.recipe
index 3b1f32e9..b6738197 100644
--- a/recipes/a52dec.recipe
+++ b/recipes/a52dec.recipe
@@ -7,6 +7,7 @@ class Recipe(recipe.Recipe):
# This URL doesn't support https, so we don't use it
#url = 'http://liba52.sourceforge.net/files/a52dec-%(version)s.tar.gz'
url = 'https://gstreamer.freedesktop.org/src/mirror/a52dec-%(version)s.tar.gz'
+ tarball_checksum = 'a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33'
licenses = [License.GPLv2Plus]
configure_options = '--with-pic --enable-shared'
autoreconf = True