Here is a simple patch for /lib/video/renderer.cpp, there is only a ","
that is misplaced, it will only have effect for people without SDL like
i had when i compiled it first.
diff -urN renderer.cpp renderer.cpp.new
--- renderer.cpp Thu May 16 18:00:09 2002
+++ renderer.cpp.new Thu May 16 16:52:36 2002
@@ -294,9 +294,9 @@
VideoRendererWithLock(int width, int height, bool _subtitles =
false)
:m_w(width), m_h(height), pic_w(width), pic_h(height),
m_sub(0), fm_height(0), g_pw(0), subtitles(_subtitles), quit(false),
- m_bFullscreen(false), m_bKeyboardOn(true), m_iMouseOff(0),
+ m_bFullscreen(false), m_bKeyboardOn(true), m_iMouseOff(0)
#ifdef HAVE_LIBSDL
- m_iAuto(10)
+ ,m_iAuto(10)
#endif
{}
virtual ~VideoRendererWithLock() {}
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile