[MPlayer-users] How to cross-compile mplayer.exe
Roger Pack
rogerdpack2 at gmail.com
Tue Nov 27 02:01:18 CET 2012
> Is it possible to cross-compile mplayer.exe with mingw and Ubuntu?
> There's some information here --->
> https://code.google.com/p/mplayer-ce/source/browse/trunk/mplayer/DOCS/tech/mingw-crosscompile.txt?spec=svn665&r=658
> but it looks a bit out of date.
Looks like it may be possible, here are some related
$ ./configure --help
options:
--enable-runtime-cpudetection enable runtime CPU detection [disable]
--enable-cross-compile enable cross-compilation [autodetect]
--cc=COMPILER C compiler to build MPlayer [gcc]
--host-cc=COMPILER C compiler for tools needed while building [gcc]
--as=ASSEMBLER assembler to build MPlayer [as]
--nm=NM nm tool to build MPlayer [nm]
--yasm=YASM Yasm assembler to build MPlayer [yasm]
--ar=AR librarian to build MPlayer [ar]
--ranlib=RANLIB ranlib to build MPlayer [ranlib]
--windres=WINDRES windres to build MPlayer [windres]
--target=PLATFORM target platform (i386-linux, arm-linux, etc)
More information about the MPlayer-users
mailing list