[FFmpeg-devel] [PATCH] WinCE does not support _lseeki64

Diego Biurrun diego
Mon Jul 13 19:12:29 CEST 2009


On Mon, Jul 13, 2009 at 08:09:16PM +0300, ?smail D?nmez wrote:
> 
> On Mon, Jul 13, 2009 at 8:07 PM, Ramiro Polla<ramiro.polla at gmail.com> wrote:
> > On Mon, Jul 13, 2009 at 1:58 PM, ?smail D?nmez<ismail at namtrac.org> wrote:
> >> Attached patch fixes compilation on WinCE. Of course lots of features
> >> are disabled but thats expected. Please apply.
> >
> > Is this the only change necessary to properly compile on wince?
> > There's someone who started a fork of FFmpeg for windows CE [0], but I
> > haven't diffed his source code to FFmpeg vanilla yet, and so far he
> > has ignored my requests to explain what changes he did to the source
> > code. I haven't tested and don't intend to but it seems promising.
> 
> Exact command line is :
> 
> ./configure --enable-cross-compile --arch=generic --disable-debug
> --disable-static --enable-shared --disable-devices --disable-ffmpeg
> --disable-ffserver --disable-network --target-os=mingw32
> --disable-demuxer=mov --enable-memalign-hack
> 
> I just did a small configure hackery to comment out lib.exe invocation
> on WinCE. But thats a hack not a patch. Other than that it compiles
> fine. Running on WinCE is another story. No success yet.

That's just a matter of unsetting SLIB_EXTRA_CMD on line 1709 of
configure.  Or adding some case for Windows CE to the OS detection.

Diego



More information about the ffmpeg-devel mailing list