Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[droid] disable lirc/lcd, unnecessary for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Jul 12, 2012
1 parent 75dde44 commit 51afc72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xbmc/system.h
Expand Up @@ -223,6 +223,11 @@
#include "PlatformInclude.h"
#endif

#if defined(TARGET_ANDROID)
#undef HAS_LIRC
#undef HAS_LCD
#endif

// EGL detected. Dont use GLX!
#ifdef HAVE_LIBEGL
#undef HAS_GLX
Expand Down

0 comments on commit 51afc72

Please sign in to comment.