From 920bb4ba5af0ec1f4342f55b4dbe24c02b257208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 12 Feb 2005 21:21:49 +0000 Subject: **BUGFIX** Update documentation - compiling ffmpeg. CVS patchset: 7404 CVS date: 2005/02/12 21:21:49 --- doc/README.WIN32 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/README.WIN32 b/doc/README.WIN32 index 3a722897e..725462fb7 100644 --- a/doc/README.WIN32 +++ b/doc/README.WIN32 @@ -113,7 +113,7 @@ How to build xine in M$ Visual C: Under MinGW you can compile ffmpeg for xine by this way: # - # for cross-compiling add "--cross-prefix=i386-mingw32-" and "--disable-mmx" + # for cross-compiling add "--cross-prefix=i386-mingw32-" # ./configure \ --enable-gpl \ @@ -122,13 +122,20 @@ How to build xine in M$ Visual C: --disable-zlib \ --enable-mingw32 make - make install prefix=/tmp/ffmpeg - cp avcodec/avcodec.def /tmp/ffmpeg + # - # for cross-compiling finalize linking by running this command + # for cross-compiling finalize linking by running this command in + # libavcodec/ directory # wine LIB.EXE /machine:i386 /def:avcodec.def + # + # install + # + PREFIX=/tmp/ffmpeg; make install prefix=$PREFIX bindir=$PREFIX + cp libavcodec/avcodec.lib $PREFIX + + Status ------ -- cgit v1.2.3