[vlc-commits] fix Android build

Thomas Guillem git at videolan.org
Wed Nov 2 10:45:15 CET 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Nov  2 10:40:58 2016 +0100| [78040d389530a4da79f613f9013d36ac533fbc10] | committer: Thomas Guillem

fix Android build

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

 src/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index bd8297e..0d211e3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -390,7 +390,11 @@ if HAVE_ANDROID
 libvlccore_la_SOURCES += \
 	android/error.c \
 	android/specific.c \
-	android/thread.c
+	android/thread.c \
+	linux/cpu.c \
+	linux/dirs.c \
+	linux/thread.c \
+	posix/getaddrinfo.c
 else
 if HAVE_DARWIN
 libvlccore_la_SOURCES += \



More information about the vlc-commits mailing list