<html><head></head><body>Lgtm<br><br><div class="gmail_quote">Le 15 juillet 2020 09:24:49 GMT+03:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">We don't add useless rules.<br><br>vorbisenc is built with libvorbis, so we just build that when needed.<hr> contrib/src/vorbis/rules.mak | 21 ++++++++-------------<br> 1 file changed, 8 insertions(+), 13 deletions(-)<br><br>diff --git a/contrib/src/vorbis/rules.mak b/contrib/src/vorbis/rules.mak<br>index 82bf13a8bc3..184ef09d031 100644<br>--- a/contrib/src/vorbis/rules.mak<br>+++ b/contrib/src/vorbis/rules.mak<br>@@ -6,15 +6,18 @@ VORBIS_URL := <a href="http://downloads.xiph.org/releases/vorbis/libvorbis-$(VORBIS_VERSI">http://downloads.xiph.org/releases/vorbis/libvorbis-$(VORBIS_VERSI</a><br> ifdef HAVE_FPU<br> PKGS += vorbis<br> endif<br>+ifdef BUILD_ENCODERS<br>+PKGS += vorbis<br>+endif<br>+<br> ifeq ($(call need_pkg,"vorbis >= 1.1"),)<br>+ifdef BUILD_ENCODERS<br>+ifeq ($(call need_pkg,"vorbisenc >= 1.1"),)<br> PKGS_FOUND += vorbis<br> endif<br>-PKGS_ALL += vorbisenc<br>-ifdef BUILD_ENCODERS<br>-PKGS += vorbisenc<br>+else<br>+PKGS_FOUND += vorbis<br> endif<br>-ifeq ($(call need_pkg,"vorbisenc >= 1.1"),)<br>-PKGS_FOUND += vorbisenc<br> endif<br> <br> $(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz:<br>@@ -39,11 +42,3 @@ DEPS_vorbis = ogg $(DEPS_ogg)<br>        cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-docs --disable-examples --disable-oggtest<br>   cd $< && $(MAKE) install<br>   touch $@<br>-<br>-.sum-vorbisenc: .sum-vorbis<br>-    touch $@<br>-<br>-DEPS_vorbisenc = vorbis $(DEPS_vorbis)<br>-<br>-.vorbisenc:<br>-        touch $@</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>