diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-02-12 21:21:49 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-02-12 21:21:49 +0000 |
commit | 920bb4ba5af0ec1f4342f55b4dbe24c02b257208 (patch) | |
tree | 3342045015975a83814650585dcff671c465b3fb | |
parent | 5417fd756244c0ed51e8a40896e31fadf15cd870 (diff) | |
download | xine-lib-920bb4ba5af0ec1f4342f55b4dbe24c02b257208.tar.gz xine-lib-920bb4ba5af0ec1f4342f55b4dbe24c02b257208.tar.bz2 |
**BUGFIX**
Update documentation - compiling ffmpeg.
CVS patchset: 7404
CVS date: 2005/02/12 21:21:49
-rw-r--r-- | doc/README.WIN32 | 15 |
1 files 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 ------ |