Skip to content

Commit

Permalink
[settings] - fix the IsAppleTV2 condition by using the proper define …
Browse files Browse the repository at this point in the history
…TARGET_DARWIN_IOS_ATV2
  • Loading branch information
Memphiz committed May 8, 2013
1 parent 6ed1e2d commit 3c51a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/settings/Settings.cpp
Expand Up @@ -751,7 +751,7 @@ void CSettings::InitializeConditions()
if (g_sysinfo.HasVideoToolBoxDecoder())
m_settingsManager->AddCondition("hasvideotoolboxdecoder");
#endif
#ifdef TARGET_DARWIN_IOS_ATV
#ifdef TARGET_DARWIN_IOS_ATV2
if (g_sysinfo.IsAppleTV2())
m_settingsManager->AddCondition("isappletv2");
#endif
Expand Down

0 comments on commit 3c51a64

Please sign in to comment.