vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Dec 26 14:14:00 2017 +0100| [9bca12c0b81ce933389a5d3254d7075cce55bc5c] | committer: Hugo Beauzée-Luyssen
bin: Fix vlc CFLAGS on !WIN32 Reported-by: Alexandre Fernandez <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9bca12c0b81ce933389a5d3254d7075cce55bc5c --- 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
