[FFmpeg-cvslog] r21227 - in trunk: configure doc/general.texi

ramiro subversion
Fri Jan 15 21:30:04 CET 2010


Author: ramiro
Date: Fri Jan 15 21:30:03 2010
New Revision: 21227

Log:
mingw32: Build for Windows XP by default. Add note about Win9x/2000 support.

Modified:
   trunk/configure
   trunk/doc/general.texi

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jan 15 20:16:28 2010	(r21226)
+++ trunk/configure	Fri Jan 15 21:30:03 2010	(r21227)
@@ -2023,6 +2023,8 @@ case $target_os in
             { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
         ;;
     mingw32*)
+        # Only WinXP or greater are supported
+        add_cflags -D_WIN32_WINNT=0x0501
         if test $target_os = "mingw32ce"; then
             disable network
         else

Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi	Fri Jan 15 20:16:28 2010	(r21226)
+++ trunk/doc/general.texi	Fri Jan 15 21:30:03 2010	(r21227)
@@ -996,6 +996,13 @@ and for a build with shared libraries
 ./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
 @end example
 
+ at subsection Win9x/Win2000 support
+
+FFmpeg is built by default for Windows XP and above. To run it on any Windows
+version prior to XP, you may have to disable network support. Additionally, for
+Windows 98/Me you must install KernelEx from:
+http://sourceforge.net/projects/kernelex/
+
 @section BeOS
 
 BeOS support is broken in mysterious ways.



More information about the ffmpeg-cvslog mailing list