[FFmpeg-devel] [PATCH] Enable proper IPv6 functions on windows

Reimar Döffinger Reimar.Doeffinger
Fri Jan 15 19:20:24 CET 2010


On Fri, Jan 15, 2010 at 04:16:11PM +0000, M?ns Rullg?rd wrote:
> Ramiro Polla <ramiro.polla at gmail.com> writes:
> 
> > 2010/1/15 M?ns Rullg?rd <mans at mansr.com>:
> >> Martin Storsj? <martin at martin.st> writes:
> >>
> >>> On Fri, 15 Jan 2010, M?ns Rullg?rd wrote:
> >>>
> >>>> > commit f2928a1bb3bda320f354c41cceeef3ef14824cf8
> >>>> > Author: Martin Storsjo <martin at martin.st>
> >>>> > Date: ? Fri Jan 15 10:40:50 2010 +0200
> >>>> >
> >>>> > ? ? Modified version of Ramiro's win9x patch
> >>>> >
> >>>> > diff --git a/configure b/configure
> >>>> > index 6321bb9..e475bcd 100755
> >>>> > --- a/configure
> >>>> > +++ b/configure
> >>>> > @@ -883,6 +883,7 @@ CONFIG_LIST="
> >>>> > ? ? ?vaapi
> >>>> > ? ? ?vdpau
> >>>> > ? ? ?version3
> >>>> > + ? ?win9x
> >>>> > ? ? ?x11grab
> >>>> > ? ? ?zlib
> >>>> > ?"
> >>>>
> >>>> Why? ?Will it be used somewhere later?
> >>>
> >>> This was part of Ramiro's original win9x patch, but afaik it isn't needed
> >>> or used at the moment, so this hunk could be left out.
> >>
> >> And the "enable win9x" part of course.
> >
> > Yes, I plan on using it right after it's commited to disable the use
> > of GetProcessTimes() which doesn't work on win9x.
> 
> Does it exist but not work?
> 
> > I'm ok with martin's updated patch. Mans, ok to commit?
> 
> I have to contest the usefulness of supporting win9x.  Does anyone
> really still use that?

Actually I still have it, both on a real PC and in a VM.
Not that I really need FFmpeg for it though.
However, couldn't most of the issues avoiding by using
LoadLibrary/GetProcAddress to do runtime loading of that stuff?
(since the same MinGW is used, there are no compilation issues,
only external functions should be an issue).



More information about the ffmpeg-devel mailing list