From 955a99781dd7af82e7a55525a4e51ce5d0814021 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Wed, 12 Oct 2011 15:40:17 -0700 Subject: Implemented Mac camera emulation Change-Id: I01609e8bfcdd8ee5ef876344d0a334ecd69a2b7a --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index a816a8a..71100f3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -457,7 +457,7 @@ else endif ifeq ($(HOST_OS),darwin) - CORE_MISC_SOURCES += android/camera/camera-capture-mac.c + CORE_MISC_SOURCES += android/camera/camera-capture-mac.m endif LOCAL_SRC_FILES += $(CORE_MISC_SOURCES) -- cgit v1.1