Hi!
I have found a bug in avirecompress (in fact recomressing was not
possible) and will provide a bug fixing here. Please decide yourself,
if the fix will have unwanted influence on some other part of the
source. I cannot overview that.
This is the diff of avifile/lib/codeckeeper.cpp
------------------ cut ---------------------
*** codeckeeper.cpp.orig Mon Feb 3 11:53:40 2003
--- codeckeeper.cpp Mon Feb 3 11:54:01 2003
***************
*** 892,898 ****
{
CodecInfo& ci = c[i];
! if (ci.privatename == pname)
return &ci;
}
--- 892,898 ----
{
CodecInfo& ci = c[i];
! if (ci.GetName() == avm::string(pname))
return &ci;
}
------------------ cut ---------------------
Another problem i had, was that i couldnt compile the current CVS
source on SuSE Linux 7.2, as the symbols "XftTextExtentsUtf8" and
"XftDrawStringUtf8" are not defined there. So, i had to remove the
lines
> #define XftTextExtents8 XftTextExtentsUtf8
> #define XftDrawString8 XftDrawStringUtf8
in "lib/video/renderer.cpp". Perhaps the "configure" can detect that
automatically?
greetings, Torsten
--
Awaron AG, Steinh�userstrasse 12, D-76135 Karlsruhe
Tel: 0721/15 109-0 Fax: 0721/15 109-99
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile