[vlc-commits] bin: Fix vlc CFLAGS on !WIN32
Hugo Beauzée-Luyssen
git at videolan.org
Tue Dec 26 14:13:14 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Dec 26 14:14:00 2017 +0100| [9bca12c0b81ce933389a5d3254d7075cce55bc5c] | committer: Hugo Beauzée-Luyssen
bin: Fix vlc CFLAGS on !WIN32
Reported-by: Alexandre Fernandez <nerf at boboop.fr>
> 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)
More information about the vlc-commits
mailing list