[Ffmpeg-cvslog] CVS: ffmpeg/doc ffmpeg-doc.texi,1.107,1.108

Diego Biurrun CVS diego
Fri Feb 3 02:15:02 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/doc
In directory mail:/var2/tmp/cvs-serv10830/doc

Modified Files:
	ffmpeg-doc.texi 
Log Message:
--enable-shared now needs --disable-static on MinGW.


Index: ffmpeg-doc.texi
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/doc/ffmpeg-doc.texi,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- ffmpeg-doc.texi	29 Jan 2006 23:43:29 -0000	1.107
+++ ffmpeg-doc.texi	3 Feb 2006 01:15:00 -0000	1.108
@@ -973,8 +973,9 @@
 @item Extract the current version of FFmpeg and change to the FFmpeg directory.
 
 @item Type the command
- at code{./configure --enable-shared --enable-memalign-hack} to configure and,
-if that didn't produce any errors, type @code{make} to build FFmpeg.
+ at code{./configure --enable-shared --disable-static --enable-memalign-hack}
+to configure and, if that didn't produce any errors,
+type @code{make} to build FFmpeg.
 
 @item The subdirectories @file{libavformat}, @file{libavcodec}, and
 @file{libavutil} should now contain the files @file{avformat.dll},





More information about the ffmpeg-cvslog mailing list