Skip to content
Snippets Groups Projects
Commit ef8a40c9 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

ffmpeg: re-add missing shasum verification

Change-Id: I9b501bb0cdbb796fadd302dc6b19d2814482376b
parent b81ccd96
No related branches found
No related tags found
No related merge requests found
...@@ -354,8 +354,6 @@ $(TARBALLS)/ffmpeg-$(FFMPEG_HASH).tar.xz: ...@@ -354,8 +354,6 @@ $(TARBALLS)/ffmpeg-$(FFMPEG_HASH).tar.xz:
$(call download,$(FFMPEG_URL)) $(call download,$(FFMPEG_URL))
.sum-ffmpeg: ffmpeg-$(FFMPEG_HASH).tar.xz .sum-ffmpeg: ffmpeg-$(FFMPEG_HASH).tar.xz
$(warning $@ not implemented)
touch $@
ffmpeg: ffmpeg-$(FFMPEG_HASH).tar.xz ffmpeg: ffmpeg-$(FFMPEG_HASH).tar.xz
rm -Rf $@ $@-$(FFMPEG_HASH) rm -Rf $@ $@-$(FFMPEG_HASH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment