Changeset 15441

Show
Ignore:
Timestamp:
09/07/2008 01:56:30 AM (3 months ago)
Author:
davilla
Message:

[OSX] fix compile - osx does not use gLCD

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/linuxport/XBMC/xbmc/Application.cpp

    r15436 r15441  
    32683268  } 
    32693269#endif 
    3270 #ifdef _LINUX 
     3270#if defined(_LINUX) && !defined(__APPLE__) 
    32713271  if (m_restartLCD) { 
    32723272    CLog::Log(LOGDEBUG, "g_application.m_restartLCD is true - restarting LCDd");