[MPlayer-cvslog] r32756 - trunk/DOCS/tech/mingw-crosscompile.txt

reimar subversion at mplayerhq.hu
Wed Jan 5 16:13:48 CET 2011


Author: reimar
Date: Wed Jan  5 16:13:47 2011
New Revision: 32756

Log:
Attempt to fix example configure line.

Modified:
   trunk/DOCS/tech/mingw-crosscompile.txt

Modified: trunk/DOCS/tech/mingw-crosscompile.txt
==============================================================================
--- trunk/DOCS/tech/mingw-crosscompile.txt	Wed Jan  5 16:11:16 2011	(r32755)
+++ trunk/DOCS/tech/mingw-crosscompile.txt	Wed Jan  5 16:13:47 2011	(r32756)
@@ -15,8 +15,8 @@ After extracting this package into the M
 you only need to run the included linux-mingw.sh to configure (it just runs
 ./configure --host-cc=cc --target=i686-mingw32msvc --cc=i586-mingw32msvc-cc
 --windres=i586-mingw32msvc-windres --ranlib=i586-mingw32msvc-ranlib
---with-extraincdir="$PWD/osdep/mingw32"
---with-extralibdir="$PWD/osdep/mingw32"
+--extra-cflags="-I$PWD/osdep/mingw32"
+--extra-ldflags="-L$PWD/osdep/mingw32"
 --with-freetype-config="$PWD/osdep/mingw32/ftconf") and then run make.
 
 You should be able to run the generated binary with Wine, if you want to.


More information about the MPlayer-cvslog mailing list