[vlc-commits] contrib: do not add CFLAGS to EXTRA_CFLAGS

Marvin Scholz git at videolan.org
Tue Apr 21 16:15:26 CEST 2020


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Jun 19 11:29:42 2019 +0200| [a6f34235711572e5945eca5398b532168036126b] | committer: Marvin Scholz

contrib: do not add CFLAGS to EXTRA_CFLAGS

This would cause the flags to be duplicated as later CFLAGS
are set to $(CFLAGS) $(EXTRA_CFLAGS).

(cherry picked from commit 735abeaef504e33eca869a37b39b18e7f97761fe)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a6f34235711572e5945eca5398b532168036126b
---

 contrib/src/main.mak | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index ca2407cc9c..cce95bcefe 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -139,7 +139,6 @@ ifdef HAVE_NEON
 AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
 CCAS=gas-preprocessor.pl $(CC) -c
 endif
-EXTRA_CFLAGS += $(CFLAGS)
 endif
 
 ifdef HAVE_WIN32



More information about the vlc-commits mailing list