freebsd-ports/multimedia/xbmc-pvr/files/patch-xbmc-pvr-PVRManager.h
Juergen Lock d718177bde - Update to xbmc-pvr-ppa-odk-70.
- 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
2012-03-17 23:13:27 +00:00

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