]> git.pld-linux.org Git - packages/avifile.git/blame - avifile-compilation.patch
- workaround for struct name change in Linux 2.6 headers
[packages/avifile.git] / avifile-compilation.patch
CommitLineData
7565c98f 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.045369 seconds and 4 git commands to generate.