[MPlayer-cvslog] r29673 - trunk/etc/codecs.conf

Roberto Togni rxt at rtogni.it
Sun Sep 13 03:20:57 CEST 2009


On Sat, 12 Sep 2009 20:19:13 -0400
compn <tempn at twmi.rr.com> wrote:

> On Sat, 12 Sep 2009 23:39:49 +0200, Reimar Döffinger wrote:
> >
> >On Sat, Sep 12, 2009 at 05:33:17PM -0400, compn wrote:
> >> On Sat, 12 Sep 2009 18:49:11 +0200 (CEST), compn wrote:
> >> >add kega video binary codec for fourcc kgv1
> >> 
> >> arrg, this works on win32, but fails on linux
> >> anyone with loader experience want to help me out?
> >> 
> >> Called unk_??2 at YAPAXI@Z
> >> 
> >> http://samples.mplayerhq.hu/V-codecs/kgv1.avi
> >> http://samples.mplayerhq.hu/drivers32/new/KGV1-VFW.dll
> >
> >
> >> External func MSVCR80.dll:??2 at YAPAXI@Z
> >> External func MSVCR80.dll:??3 at YAXPAX@Z
> >> Called unk_??2 at YAPAXI@Z
> >

[...]
> 
> user reports patch does not work.
> on windows, the codec fails to load if msvcr80.dll is missing.
> that should probably go into a comment on codecs.conf.
> 
[...]

In cases like this is usually enough to add the missing functions to
exp_mcvcr80 struct, copy them from another lib where they already
exist (like msvcrt).

Something like the attached patch should fix this, the expdelete may be
unnecessary to make it work but should prevent memory leaks.


Ciao,
 Roberto

-- 
Better is the enemy of good enough.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: win32.c.kvg1.diff
Type: text/x-patch
Size: 348 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20090913/a49146d4/attachment.bin>


More information about the MPlayer-cvslog mailing list