changed: split off IPlayer callback to a separate file
authorspiff <spiff@xbmc.org>
Sat, 16 Mar 2013 16:26:58 +0000 (17:26 +0100)
committerspiff <spiff@xbmc.org>
Sat, 16 Mar 2013 21:34:56 +0000 (22:34 +0100)
commit3f0e0c9367712cc714b91b3d9ac3d70fa94f8d4f
tree441b716968adeb3348ffec32760ed02eb03a9c43
parent46a927ab1b22e49724879939ff7973820a0f68a4
changed: split off IPlayer callback to a separate file

helps keep rebuilds down if IPlayer.h is touched.
brings it down from 149 files rebuilt to 30 (149 for new file).
thus no spurious rebuilds was found but callback should change
less
28 files changed:
xbmc/Application.cpp
xbmc/Application.h
xbmc/ApplicationMessenger.cpp
xbmc/GUIInfoManager.cpp
xbmc/addons/Visualisation.cpp
xbmc/cores/IPlayer.h
xbmc/cores/IPlayerCallback.h [new file with mode: 0644]
xbmc/cores/VideoRenderers/LinuxRendererGL.cpp
xbmc/cores/playercorefactory/PlayerCoreFactory.h
xbmc/guilib/GUIVideoControl.cpp
xbmc/guilib/GraphicContext.cpp
xbmc/interfaces/Builtins.cpp
xbmc/interfaces/json-rpc/PlayerOperations.cpp
xbmc/interfaces/legacy/Player.cpp
xbmc/interfaces/python/XBPython.h
xbmc/music/karaoke/karaokewindowbackground.h
xbmc/music/windows/GUIWindowMusicBase.cpp
xbmc/music/windows/GUIWindowMusicSongs.cpp
xbmc/network/AirPlayServer.cpp
xbmc/pvr/addons/PVRClients.cpp
xbmc/pvr/dialogs/GUIDialogPVRChannelsOSD.cpp
xbmc/pvr/windows/GUIWindowPVRCommon.cpp
xbmc/video/Teletext.cpp
xbmc/video/dialogs/GUIDialogAudioSubtitleSettings.cpp
xbmc/video/dialogs/GUIDialogTeletext.cpp
xbmc/video/dialogs/GUIDialogVideoBookmarks.cpp
xbmc/video/dialogs/GUIDialogVideoOSD.cpp
xbmc/video/windows/GUIWindowFullScreen.cpp