[FFmpeg-devel] FFmpeg status on WinCE

İsmail Dönmez ismail
Sun Aug 2 17:07:58 CEST 2009


Hi;

2009/8/2 M?ns Rullg?rd <mans at mansr.com>:
> ?smail D?nmez <ismail at namtrac.org> writes:
>> FFmpeg on WinCE does not compile out of the box, yet. Thanks to
>> Martin's invaluable work we are in a much better state. Here is whats
>> left to fix;
>>
>> - getenv/setenv is unavailable on WinCE such code should be set to NOP
>> in os_support.h
>> - strerror/errno should be conditionally used as WinCE does not have
>> an errno.h or related functionality.
>> - perror should be replaced by av_log hence fixing compilation on WinCE.
>> - signal.h is unavailable on WinCE, its usage should be conditional.
>
> All of those are standard C features. ?Is there any chance of getting
> the build environment fixed instead of adding ugly hacks here?

We have talked about this and mingw32ce strives to be compatible with
WinCE SDK which provides none of this. Hence these should be work
arounded per project. For example SDL its own implementation for
getenv/setenv for WinCE and such platforms.

Best Regards.


-- 
?smail D?NMEZ



More information about the ffmpeg-devel mailing list