[vlc-commits] demux: adaptative: fix C++ flags overriding
Steve Lhomme
git at videolan.org
Thu Jan 21 17:36:26 CET 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed Jan 20 14:25:51 2016 +0100| [887a029af1ddad75f9dbf5886588a91e18d85873] | committer: Jean-Baptiste Kempf
demux: adaptative: fix C++ flags overriding
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=887a029af1ddad75f9dbf5886588a91e18d85873
---
modules/demux/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/Makefile.am b/modules/demux/Makefile.am
index e0f2faa..b9007e0 100644
--- a/modules/demux/Makefile.am
+++ b/modules/demux/Makefile.am
@@ -414,7 +414,7 @@ libadaptative_plugin_la_SOURCES += $(libadaptative_dash_SOURCES)
libadaptative_plugin_la_SOURCES += $(libadaptative_smooth_SOURCES)
libadaptative_plugin_la_SOURCES += demux/adaptative/adaptative.cpp
libadaptative_plugin_la_SOURCES += demux/mp4/libmp4.c demux/mp4/libmp4.h
-libadaptative_plugin_la_CXXFLAGS = $(AM_CFLAGS) -I$(srcdir)/demux/adaptative
+libadaptative_plugin_la_CXXFLAGS = $(AM_CXXFLAGS) -I$(srcdir)/demux/adaptative
libadaptative_plugin_la_LIBADD = $(SOCKET_LIBS) $(LIBM)
if HAVE_ZLIB
libadaptative_plugin_la_LIBADD += -lz
More information about the vlc-commits
mailing list