[vlc-commits] [Git][videolan/vlc][master] contrib: x264: don't validate the checksum of the local tarball

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Oct 14 12:36:21 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
70409764 by Steve Lhomme at 2024-10-14T11:32:18+00:00
contrib: x264: don't validate the checksum of the local tarball

Different versions of xz may produce different checksums.
Ref. #28825

- - - - -


2 changed files:

- − contrib/src/x264/SHA512SUMS
- contrib/src/x264/rules.mak


Changes:

=====================================
contrib/src/x264/SHA512SUMS deleted
=====================================
@@ -1 +0,0 @@
-3d917a11f4e87d039f3c0549c6824ab8317fce2478872e174426c6b70275937e94234a709a7d43ec2cd0d4d4cd388a362890d0b103d091a3750216b8a7763a22  x264-e067ab0b530395f90b578f6d05ab0a225e2efdf9.tar.xz


=====================================
contrib/src/x264/rules.mak
=====================================
@@ -54,6 +54,8 @@ $(TARBALLS)/x264-$(X264_VERSION).tar.xz:
 	touch $@
 
 .sum-x264: x264-$(X264_VERSION).tar.xz
+	$(call check_githash,$(X264_VERSION))
+	touch $@
 
 x264 x26410b: %: x264-$(X264_VERSION).tar.xz .sum-%
 	$(UNPACK)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/704097649a53a33b21780275fa03ebedea7088c0

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/704097649a53a33b21780275fa03ebedea7088c0
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list