Skip to content

Commit

Permalink
fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed Nov 2, 2016
1 parent 7f4fa04 commit 78040d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 += \
Expand Down

0 comments on commit 78040d3

Please sign in to comment.