]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-compilation.patch
- obsolete
[packages/avifile.git] / avifile-compilation.patch
1 --- lib/video/renderer.cpp~     2002-09-12 14:52:51.000000000 -0400
2 +++ lib/video/renderer.cpp      2002-09-23 17:27:44.000000000 -0400
3 @@ -2169,7 +2169,7 @@
4         Unlock();
5          delete m_pXvRtConfig;
6      }
7 -    virtual IRtConfig* GetRtConfig() const { return m_pXvRtConfig ? m_pXvRtConfig : m_pSdlgRtConfig; }
8 +    virtual IRtConfig* GetRtConfig() const { return m_pXvRtConfig ? (IRtConfig*) m_pXvRtConfig : (IRtConfig*) m_pSdlgRtConfig; }
9      virtual uint_t GetImages() const { return ovlist.size(); }
10      virtual CImage* ImageAlloc(const BITMAPINFOHEADER& bh, uint_t idx)
11      {
This page took 0.061156 seconds and 3 git commands to generate.