From 765c34406074b56c85966b4813383014ce8b7d0a Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Mon, 12 Dec 2005 00:48:42 +0000 Subject: Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGW to simplify usage on Windows. patch by Fredrik Orderud fredrik - . - orderud - @ - idi - . - ntnu - . - no Originally committed as revision 4736 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffmpeg-doc.texi | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 2b388ee889..d83c672ea5 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1015,14 +1015,7 @@ from the tree view, then add the files @file{avformat.lib}, Dependencies". Note that the names of the libraries have to be separated using spaces. -@item Now, select "C/C++ / Preprocessor" from the tree view. Select "Debug" -in the "Configuration" combo box. Add @code{EMULATE_INTTYPES} to the -"Preprocessor Definitions". (Note that the various preprocessor -definitions have to be separated using semicolons.) Select "Release" in -the "Configuration" combo box and, again, add @code{EMULATE_INTTYPES} to -the "Preprocessor Definitions". (This has to be done separately because -debug and release builds have different preprocessor definitions.) -Finally, select "C/C++ / Code Generation" from the tree view. Select +@item Now, select "C/C++ / Code Generation" from the tree view. Select "Debug" in the "Configuration" combo box. Make sure that "Runtime Library" is set to "Multi-threaded Debug DLL". Then, select "Release" in the "Configuration" combo box and make sure that "Runtime Library" is -- cgit v1.2.3