<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head></head><body><div style="font-size: 12pt; font-family: Calibri,sans-serif;"><div>This is not otherwose equivalent code, so no thank you.</div><div><br></div><div>-- </div><div>Rémi Denis-Courmont</div><div>Sent from my NVIDIA Tegra-powered device</div><br><div id="htc_header">----- Reply message -----<br>De : "Vittorio Giovara" <vittorio.giovara@gmail.com><br>Pour : <vlc-devel@videolan.org><br>Objet : [vlc-devel] [PATCH] contrib: do not initialize an empty variable<br>Date : mar., mai 20, 2014 23:35</div></div><br><pre style="word-wrap: break-word; white-space: pre-wrap;">This avoids an extra space under "Distribution-provided packages" when
calling make list in contrib.
---
 contrib/src/main.mak | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 45ba470..8ad33c7 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -322,7 +322,6 @@ CMAKE = cmake . -DCMAKE_TOOLCHAIN_FILE=$(abspath toolchain.cmake) \
 #
 # Per-package build rules
 #
-PKGS_FOUND :=
 include $(SRC)/*/rules.mak
 
 ifeq ($(PKGS_DISABLE), all)
-- 
1.8.3.2

_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a>

</pre></body></html>