[vlc-commits] demux/mkv: add proper compiler flags as required
Sean McGovern
git at videolan.org
Wed Nov 16 14:51:18 CET 2016
vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Sun Oct 23 16:18:12 2016 -0400| [aa3c0676355c3610693b55b78bce7e0cf04eb6cb] | committer: Jean-Baptiste Kempf
demux/mkv: add proper compiler flags as required
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa3c0676355c3610693b55b78bce7e0cf04eb6cb
---
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 857f732..097e948 100644
--- a/modules/demux/Makefile.am
+++ b/modules/demux/Makefile.am
@@ -187,7 +187,7 @@ libmkv_plugin_la_SOURCES = \
demux/mkv/mkv.hpp demux/mkv/mkv.cpp \
demux/windows_audio_commons.h
libmkv_plugin_la_SOURCES += packetizer/dts_header.h packetizer/dts_header.c
-libmkv_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
+libmkv_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_mkv)
libmkv_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(demuxdir)'
libmkv_plugin_la_LIBADD = $(LIBS_mkv)
if HAVE_ZLIB
More information about the vlc-commits
mailing list