]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- fixes compilation errors with gcc 3.2 (stolen from MDK)
authoraflinta <aflinta@pld-linux.org>
Sun, 13 Oct 2002 11:34:28 +0000 (11:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-compilation.patch -> 1.1

avifile-compilation.patch [new file with mode: 0644]

diff --git a/avifile-compilation.patch b/avifile-compilation.patch
new file mode 100644 (file)
index 0000000..52bf122
--- /dev/null
@@ -0,0 +1,11 @@
+--- lib/video/renderer.cpp~    2002-09-12 14:52:51.000000000 -0400
++++ lib/video/renderer.cpp     2002-09-23 17:27:44.000000000 -0400
+@@ -2169,7 +2169,7 @@
+       Unlock();
+         delete m_pXvRtConfig;
+     }
+-    virtual IRtConfig* GetRtConfig() const { return m_pXvRtConfig ? m_pXvRtConfig : m_pSdlgRtConfig; }
++    virtual IRtConfig* GetRtConfig() const { return m_pXvRtConfig ? (IRtConfig*) m_pXvRtConfig : (IRtConfig*) m_pSdlgRtConfig; }
+     virtual uint_t GetImages() const { return ovlist.size(); }
+     virtual CImage* ImageAlloc(const BITMAPINFOHEADER& bh, uint_t idx)
+     {
This page took 0.08829 seconds and 4 git commands to generate.