Enzo (v.deflorio 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
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwin mplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in
|