[vlc-commits] codec: mediacodec: fix build

Thomas Guillem git at videolan.org
Wed Feb 7 14:55:20 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb  7 14:54:55 2018 +0100| [41bb38fe5f576cc6454c74838d4a2f1f22781fd8] | committer: Thomas Guillem

codec: mediacodec: fix build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41bb38fe5f576cc6454c74838d4a2f1f22781fd8
---

 modules/codec/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index 1ac244bcb4..d661bd91f4 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -485,6 +485,7 @@ libomxil_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
 libmediacodec_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/codec/omxil
 libmediacodec_plugin_la_SOURCES = codec/omxil/mediacodec.c codec/omxil/mediacodec.h \
 	codec/omxil/mediacodec_jni.c codec/omxil/mediacodec_ndk.c codec/omxil/utils.c \
+	codec/omxil/omxil_utils.h codec/omxil/qcom.c codec/omxil/qcom.h \
 	video_output/android/utils.c video_output/android/utils.h \
 	video_output/android/display.h \
 	codec/hxxx_helper.c codec/hxxx_helper.h \



More information about the vlc-commits mailing list