aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-09-04 09:51:40 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-09-12 12:12:57 -0700
commitcf1c2c70dd99e7d78816ba9a558f9ed8c016862b (patch)
tree0e6893eedea447e20ecdb7ad66f9f05cda65d7af /Makefile.android
parentc646f5e40ddda3d49b581ac0c78cf748b5dee74c (diff)
downloadexternal_qemu-cf1c2c70dd99e7d78816ba9a558f9ed8c016862b.zip
external_qemu-cf1c2c70dd99e7d78816ba9a558f9ed8c016862b.tar.gz
external_qemu-cf1c2c70dd99e7d78816ba9a558f9ed8c016862b.tar.bz2
Implements camera service in emulator
This is fully functional camera service implementation, that works (tested) on both, Linux and Windows. Fixed little/big endian bugs in the coverter code. Moved preview frames to use RGB32 instead of RGB565: RGB32 conversions are simpler and faster in the guest. Made "payload size send" a separate routine Change-Id: I96954f4c2cb4e4ef4dd6a20e41897d79c5037bae
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)