projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d06f75
)
eventcast: fix build error on Mac OS X.
author
Kitae Kim
<kt920.kim@samsung.com>
Fri, 17 Oct 2014 07:46:19 +0000
(16:46 +0900)
committer
Kitae Kim
<kt920.kim@samsung.com>
Fri, 17 Oct 2014 07:47:41 +0000
(16:47 +0900)
CONFIG_SHM is not defined. It causes duplicated symbol declaration.
Change-Id: I4bbd1b8f9d609526f071ea71fd1a47752ee6c7de
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/eventcast/encode_fb.c
patch
|
blob
|
history
diff --git
a/tizen/src/eventcast/encode_fb.c
b/tizen/src/eventcast/encode_fb.c
index 414d1df2f9638c895f4c822bf68a3bfbb07f0d1e..77d9cefbd1a82b3f4878aeef137bae9de3b316f7 100644
(file)
--- a/
tizen/src/eventcast/encode_fb.c
+++ b/
tizen/src/eventcast/encode_fb.c
@@
-47,7
+47,7
@@
DECLARE_DEBUG_CHANNEL(app_tethering);
-#if !defined(CONFIG_SDL)
|| (!defined(CONFIG_SHM) && defined(CONFIG_DARWIN)
)
+#if !defined(CONFIG_SDL)
&& !defined(CONFIG_USE_SHM
)
bool maru_extract_framebuffer(void *buffer)
{
LOG_INFO("SDL or SHM module is not enabled");