From cf1c2c70dd99e7d78816ba9a558f9ed8c016862b Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Sun, 4 Sep 2011 09:51:40 -0700 Subject: 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 --- Makefile.android | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.android') 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) -- cgit v1.1