[vlc-commits] avcodec: fix build
Thomas Guillem
git at videolan.org
Wed Nov 15 09:04:15 CET 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Nov 15 09:03:21 2017 +0100| [160360b8a5c4099a4b3e0d9b92b496aa40a6a9c6] | committer: Thomas Guillem
avcodec: fix build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=160360b8a5c4099a4b3e0d9b92b496aa40a6a9c6
---
modules/codec/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index a0969619d8..42b819b781 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -364,6 +364,7 @@ codec_LTLIBRARIES += $(LTLIBvideotoolbox)
vlc_avcodec_common_la_SOURCES = codec/avcodec/fourcc.c codec/avcodec/avcommon.h \
codec/avcodec/chroma.c codec/avcodec/chroma.h \
codec/avcodec/avcommon_compat.h
+vlc_avcodec_common_la_CFLAGS = $(AVCODEC_CFLAGS) $(AM_CFLAGS)
libavcodec_plugin_la_SOURCES = \
codec/avcodec/video.c \
More information about the vlc-commits
mailing list