[vlc-commits] contrib: live555: pass CFLAGS to the generated makefiles
Steve Lhomme
git at videolan.org
Sat May 7 20:27:28 CEST 2016
vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Wed May 4 16:21:14 2016 +0200| [eddd756ce4e42bca09ad33e39ee7a0b02bb171ce] | committer: Jean-Baptiste Kempf
contrib: live555: pass CFLAGS to the generated makefiles
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eddd756ce4e42bca09ad33e39ee7a0b02bb171ce
---
contrib/src/live555/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index 21d7286..a64f306 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -35,7 +35,7 @@ LIVE_TARGET := solaris-32bit
endif
endif
-LIVE_EXTRA_CFLAGS := $(EXTRA_CFLAGS) -fexceptions
+LIVE_EXTRA_CFLAGS := $(EXTRA_CFLAGS) -fexceptions $(CFLAGS)
live555: $(LIVE555_FILE) .sum-live555
rm -Rf live
More information about the vlc-commits
mailing list