Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258082 | Differences between
and this patch

Collapse All | Expand All

(-)/home/neandrad/boxee-sources-0.9.20.10408/xbmc/cores/paplayer/DllWAVPack.h (+2 lines)
Lines 34-39 Link Here
34
34
35
#if (defined USE_EXTERNAL_LIBWAVPACK)
35
#if (defined USE_EXTERNAL_LIBWAVPACK)
36
36
37
typedef unsigned char uchar;
38
37
class DllWavPackInterface
39
class DllWavPackInterface
38
{
40
{
39
public:
41
public:
(-)/home/neandrad/boxee-sources-0.9.20.10408/xbmc/lib/libPython/XBPython.cpp (+2 lines)
Lines 395-400 void XBPython::Initialize() Link Here
395
      InitGUITypes();
395
      InitGUITypes();
396
      InitPluginTypes();      
396
      InitPluginTypes();      
397
397
398
      CStdString path;
399
398
      m_mainThreadState = PyThreadState_Get();
400
      m_mainThreadState = PyThreadState_Get();
399
      PyThreadState_Swap(m_mainThreadState);
401
      PyThreadState_Swap(m_mainThreadState);
400
      char *pathCopy = strdup(path.c_str());
402
      char *pathCopy = strdup(path.c_str());

Return to bug 258082