[MPlayer-cygwin] compiling x264 with mplayer w/o mingw
Thomas Plank
tplank at gmx.at
Sat Nov 11 12:56:30 CET 2006
Enzo (v.deflorio at katamail.com) wrote:
> Dear cygwin-mplayers,
> I tried to compile x264 and mplayer together under cygwin without
> success. I took a look at the archives of this list and I understood
> that other had the very same problem: x264 builds with mingw runtime,
> which conflicts with a cygwin mplayer:
I succesfully compile x264 under *cygwin* and then mplayer.
My approach:
*) ./configure --enable-avis-input --enable-pthread
*) from config.h: delete two defines:
#define fseek fseeko64
#define ftell ftello64
*) from config.mak: delete -mno-cygwin
(2 occurrencies, CFLAGS, LDFLAGS)
*) make
*) make install
--
mfg Thomas
More information about the MPlayer-cygwin
mailing list