Mercurial > mplayer.hg
changeset 32669:956db4f28a62
Attempt to fix example configure line.
author | reimar |
---|---|
date | Wed, 05 Jan 2011 15:13:47 +0000 |
parents | cb671a73f3a3 |
children | fa6a2a65aad3 |
files | DOCS/tech/mingw-crosscompile.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/mingw-crosscompile.txt Wed Jan 05 15:11:16 2011 +0000 +++ b/DOCS/tech/mingw-crosscompile.txt Wed Jan 05 15:13:47 2011 +0000 @@ -15,8 +15,8 @@ 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.