[FFmpeg-devel] [PATCH] seek print NOPTS

Michael Kostylev michael.kostylev
Wed Oct 21 01:38:01 CEST 2009


On Tue Oct 20 22:08:43 2009
Reimar D?ffinger wrote:

> Though I can suggest having a look at MPlayer's DOCS/tech/mingw-crosscompile.txt 
> which explains how to do a cross-compile for MinGW under Debian - if
> someone modifies this to work with FFmpeg and maybe adds whatever is
> necessary so make test can run the result with Wine, maybe we can
> get a few (more) Linux developers to take test/care about Windows-specific
> patches?

Just for the record,

% ../source/configure --disable-debug --enable-shared --enable-memalign-hack \
--enable-gpl --enable-postproc --enable-avfilter --enable-avfilter-lavf \
--cross-prefix=i586-mingw32msvc- --target-os=mingw32 --target-exec=wine && \
cp -a */*.dll . && make test

works ok.

% dpkg-query -W -f='${Package} ${Version}\n' mingw\*
mingw-zlib 1.2.3-1
mingw32 4.2.1.dfsg-1
mingw32-binutils 2.18.50-20080109-1
mingw32-runtime 3.16-1

Michael



More information about the ffmpeg-devel mailing list