[vlc-commits] [Git][videolan/vlc][master] contrib: dav1d: transform shell comment
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Tue Mar 1 19:57:32 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
4b0c3d58 by Alexandre Janniaux at 2022-03-01T18:49:12+00:00
contrib: dav1d: transform shell comment
Comments in Makefile recipees are shell comments and not Makefile
comments. Because of that, the #~ is printed when executing the
.sum-dav1d recipee.
- - - - -
1 changed file:
- contrib/src/dav1d/rules.mak
Changes:
=====================================
contrib/src/dav1d/rules.mak
=====================================
@@ -12,7 +12,7 @@ DAV1D_CONF = -D enable_tests=false -D enable_tools=false
$(TARBALLS)/dav1d-$(DAV1D_VERSION).tar.xz:
$(call download_pkg,$(DAV1D_URL),dav1d)
- #~ $(call download_git,$(DAV1D_URL),,$(DAV1D_HASH))
+# $(call download_git,$(DAV1D_URL),,$(DAV1D_HASH))
.sum-dav1d: dav1d-$(DAV1D_VERSION).tar.xz
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4b0c3d581076b48d4f212794e45b4a8e71a578aa
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4b0c3d581076b48d4f212794e45b4a8e71a578aa
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