aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-10-12 15:40:17 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-10-12 16:26:42 -0700
commit955a99781dd7af82e7a55525a4e51ce5d0814021 (patch)
tree5415a55e8cf77ecd869e97883963e99a71de5a44 /Makefile.common
parent3cfc387ae5c0dfea3482771b27e84802c07d33f9 (diff)
downloadexternal_qemu-955a99781dd7af82e7a55525a4e51ce5d0814021.zip
external_qemu-955a99781dd7af82e7a55525a4e51ce5d0814021.tar.gz
external_qemu-955a99781dd7af82e7a55525a4e51ce5d0814021.tar.bz2
Implemented Mac camera emulation
Change-Id: I01609e8bfcdd8ee5ef876344d0a334ecd69a2b7a
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
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)