d718177bde
- Fix build with clang, and a bug it uncovered too. - Add OPTION to be able to build without xrandr support. (Which misbehaves with xf86-video-ati when used with tvout.) - Add explicit pointers to multimedia/xbmc-addon-xvdr, multimedia/vdr-plugin-xvdr, and to the vdr wiki page to pkg-descr. Feature safe: yes
11 lines
365 B
C++
11 lines
365 B
C++
--- xbmc/pvr/PVRManager.h.orig
|
|
+++ xbmc/pvr/PVRManager.h
|
|
@@ -532,7 +532,7 @@ namespace PVR
|
|
int m_LastChannel;
|
|
unsigned int m_LastChannelChanged;
|
|
|
|
- ManagerState m_managerState;
|
|
+ long m_managerState;
|
|
};
|
|
|
|
class CPVRRecordingsUpdateJob : public CJob
|