[Ffmpeg-devel] [PATCH] MinGW interactive support

ramiro at lisha.ufsc.br ramiro
Sun Nov 5 01:55:34 CET 2006


Hello,

Interactive support for MinGW is currently disabled, even though it does
support the signal() function and can read non-blocking from the console.

It only works on Windows' command prompts, not on MSys, but that is a bug
in MSys, which should support those features.

Attached are two patches, which do the same thing (binary identical), but
one has more #ifdefs than the other. It's up for the maintainers to decide
which one is cleaner (special-casing each term_ function, or making one
copy for MinGW and another for the rest, as is currently the case).

But first, *before it's reviewed*, I ask for people to test it (specially
people that use Windows and Cygwin).

Ramiro Polla
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg.c.1.patch
Type: application/octet-stream
Size: 2975 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061104/8e6babb6/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg.c.2.patch
Type: application/octet-stream
Size: 2458 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061104/8e6babb6/attachment-0001.obj>



More information about the ffmpeg-devel mailing list