Commit 887a029a authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

demux: adaptative: fix C++ flags overriding

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2bd38c9f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment