Commit a177dd4f authored by Rafaël Carré's avatar Rafaël Carré

contrib: x265: handle checksum correctly

parent d03f0547
...@@ -20,6 +20,8 @@ $(TARBALLS)/x265-git.tar.xz: ...@@ -20,6 +20,8 @@ $(TARBALLS)/x265-git.tar.xz:
$(TARBALLS)/x265-$(X265_VERSION).tar.bz2: $(TARBALLS)/x265-$(X265_VERSION).tar.bz2:
$(call download,$(X265_SNAPURL)) $(call download,$(X265_SNAPURL))
.sum-x265: x265-$(X265_VERSION).tar.bz2
x265: x265-$(X265_VERSION).tar.bz2 .sum-x265 x265: x265-$(X265_VERSION).tar.bz2 .sum-x265
rm -Rf $@-$(X265_VERSION) rm -Rf $@-$(X265_VERSION)
mkdir -p $@-$(X265_VERSION) mkdir -p $@-$(X265_VERSION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment