aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index 95287fd..6888173 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -58,6 +58,7 @@ ifeq ($(HOST_OS),windows)
MY_CFLAGS += -D_WIN32
# we need Win32 features that are available since Windows 2000 Professional/Server (NT 5.0)
MY_CFLAGS += -DWINVER=0x501
+ MY_LDLIBS += -lvfw32
endif
ifeq ($(HOST_ARCH),ppc)