The branch, master has been updated
via 13b83cb2e8d4092ae5dc924f7a397760e5558b2c (commit)
from 85b983e5153f7a87c4b064dedb6649c432e69911 (commit)
https://github.com/xbmc/xbmc/commit/13b83cb2e8d4092ae5dc924f7a397760e5558b2c
commit 13b83cb2e8d4092ae5dc924f7a397760e5558b2c
Author: S. Davilla <davilla@...>
Date: Fri Dec 21 19:35:32 2012 -0500
[droid] fixed broken build, fbdev_window does not exist when compiling for android
diff --git a/xbmc/windowing/egl/EGLNativeTypeAmlogic.cpp b/xbmc/windowing/egl/EGLNativeTypeAmlogic.cpp
index 2db8ba9..d2b580d 100644
--- a/xbmc/windowing/egl/EGLNativeTypeAmlogic.cpp
+++ b/xbmc/windowing/egl/EGLNativeTypeAmlogic.cpp
@@ -102,7 +102,9 @@ bool CEGLNativeTypeAmlogic::DestroyNativeDisplay()
bool CEGLNativeTypeAmlogic::DestroyNativeWindow()
{
+#if defined(_FBDEV_WINDOW_H_)
delete (fbdev_window*)m_nativeWindow, m_nativeWindow = NULL;
+#endif
return true;
}
-----------------------------------------------------------------------
Summary of changes:
xbmc/windowing/egl/EGLNativeTypeAmlogic.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
[xbmc/xbmc]
|