diff options
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.android b/Makefile.android index 02518e3..3e3eb65 100644 --- a/Makefile.android +++ b/Makefile.android @@ -576,10 +576,6 @@ 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) |