aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index da06cc6..a9939c1 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -567,6 +567,10 @@ ifeq ($(HOST_OS),windows)
LOCAL_LDLIBS += -mno-cygwin -mwindows -mconsole
endif
+ifeq ($(HOST_OS),freebsd)
+ LOCAL_LDLIBS += -L/usr/local/lib -lpthread -lX11 -lutil
+endif
+
LOCAL_SRC_FILES += $(VL_SOURCES)
ifeq ($(HOST_OS),linux)