From d69185d92ff91e2a252a861be3bdb6fae7837b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 21 Nov 2005 14:18:56 +0000 Subject: *BUGFIX* M$VC port update: - doc update. - added none plugins (meant TWO none plugins) - fix some compile warnings - update due to the alphablend - install the headers too CVS patchset: 7810 CVS date: 2005/11/21 14:18:56 --- doc/README.WIN32 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/README.WIN32 b/doc/README.WIN32 index 6c19553d8..989728b07 100644 --- a/doc/README.WIN32 +++ b/doc/README.WIN32 @@ -152,8 +152,10 @@ How to build xine in M$ Visual C: # # install # - PREFIX=/tmp/ffmpeg; make install prefix=$PREFIX bindir=$PREFIX - cp libavcodec/avcodec.lib $PREFIX + PREFIX=/tmp/ffmpeg; make install prefix=$PREFIX bindir=$PREFIX libdir=$PREFIX/lib + cp libavcodec/avcodec.lib $PREFIX/lib + cp libavformat/avformat.lib $PREFIX/lib + cp libavutil/avutil.lib $PREFIX/lib Status -- cgit v1.2.3