vlc | branch: master | Marvin Scholz <[email protected]> | Wed Jun 19 11:29:42 2019 +0200| [735abeaef504e33eca869a37b39b18e7f97761fe] | 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). > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=735abeaef504e33eca869a37b39b18e7f97761fe --- contrib/src/main.mak | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 4aa9c2c3b8..cc347b794b 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -147,7 +147,6 @@ ifdef HAVE_NEON AS=perl $(abspath $(VLC_TOOLS)/bin/gas-preprocessor.pl) $(CC) CCAS=gas-preprocessor.pl $(CC) -c endif -EXTRA_CFLAGS += $(CFLAGS) endif LN_S = ln -s _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
