[FFmpeg-devel] Windows CE status
Martin Storsjö
martin
Mon Jul 27 15:17:19 CEST 2009
On Mon, 27 Jul 2009, Diego Biurrun wrote:
> > On Mon, Jul 27, 2009 at 03:48:02PM +0300, Ismail D?nmez wrote:
> >
> > On Mon, Jul 27, 2009 at 3:44 PM, Diego Biurrun<diego at biurrun.de>
> > wrote:
> > > So do we compile and run out of the box on Windows CE now? ?IIRC all
> > > related patches have been applied. ?What is missing?
> >
> > Not yet. Following patches are pending apply:
> >
> > [PATCH] Arm assembly for WinCE (Was Re: [PATCH] WinCE does not support _lseeki64
> > [PATCH] Check for signal.h, conditionally compile parts of ffmpeg.c
>
> Halfway done.
Great, thanks!
> > After these ffmpeg should compile out of the box on WinCE, provided
> > that network support is disabled. Network support will require
> > thinking on how to handle missing errno/strerror implementation.
>
> What about configure support? Don't we need an entry for Windows CE in
> there? Note that (default) networking support could be disabled from
> there easily.
In configure, it uses the same paths as normal mingw32 for desktop; I
configure it with --target-os=mingw32 and --cross-prefix=arm-mingw32ce- at
the moment.
Even if I'd set --target-os=mingw32ce to differentiate it from normal
mingw32, the script currently sets target_os=mingw32 for any mingw32*. But
I guess separate treatment could be beneficial later on.
// Martin
More information about the ffmpeg-devel
mailing list