[vlc-devel] [PATCH v3 2/9] contrib: vorbisenc: add a vorbisenc rule

Rémi Denis-Courmont remi at remlab.net
Fri Jul 10 14:21:45 CEST 2020


We don't add useless rules.

-1

Le 10 juillet 2020 10:25:14 GMT+02:00, Steve Lhomme <robux4 at ycbcr.xyz> a écrit :
>Packages should have a .sum-<PKG> .<PKG> and <PKG> rule.
>---
> contrib/src/vorbis/rules.mak | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
>diff --git a/contrib/src/vorbis/rules.mak
>b/contrib/src/vorbis/rules.mak
>index 0990125f1d1..8e60f672b52 100644
>--- a/contrib/src/vorbis/rules.mak
>+++ b/contrib/src/vorbis/rules.mak
>@@ -43,7 +43,11 @@ DEPS_vorbis = ogg $(DEPS_ogg)
> .sum-vorbisenc: .sum-vorbis
> 	touch $@
> 
>+# A missing vorbisenc will trigger a vorbis build that contains
>vorbisenc
> DEPS_vorbisenc = vorbis $(DEPS_vorbis)
> 
>-.vorbisenc:
>+vorbisenc: .vorbisenc
>+	touch $@
>+
>+.vorbisenc: .sum-vorbisenc
> 	touch $@
>-- 
>2.26.2
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200710/83126e36/attachment.html>


More information about the vlc-devel mailing list