vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Dec 26 14:14:00 2017 +0100| [b5b5255489f3a2a7a321421a7bfee6c708d24ad0] | committer: Hugo Beauzée-Luyssen
bin: Fix vlc CFLAGS on !WIN32 Reported-by: Alexandre Fernandez <[email protected]> (cherry picked from commit 9bca12c0b81ce933389a5d3254d7075cce55bc5c) Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b5b5255489f3a2a7a321421a7bfee6c708d24ad0 --- bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/Makefile.am b/bin/Makefile.am index f01f2aedbf..6975f47458 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -27,6 +27,7 @@ vlc_LDADD = ../lib/libvlc.la $(LIBPTHREAD) if !HAVE_WIN32 vlc_SOURCES = vlc.c override.c vlc_LDADD += $(LIBDL) +vlc_CPPFLAGS = $(AM_CPPFLAGS) else vlc_SOURCES = winvlc.c vlc_DEPENDENCIES = vlc_win32_rc.$(OBJEXT) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
