Skip to content
Snippets Groups Projects
Commit 4b0c3d58 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

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.
parent abe95feb
No related branches found
No related tags found
1 merge request!1499contrib: dav1d: transform bash comment
Pipeline #195819 passed with stages
in 1 hour, 36 minutes, and 43 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment