Changes between Version 2 and Version 3 of CrossCompilingForWindows


Ignore:
Timestamp:
09/05/2012 09:05:40 PM (9 months ago)
Author:
rogerdpack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CrossCompilingForWindows

    v2 v3  
    22 
    33Basically, cross compiling FFmpeg for windows means that you use a special version of the gcc compiler (and related tools) that output a working windows executable when they're done.  You can copy it to your windows box and then use it (or use wine to run it under linux, but that kind of defeats the point). 
     4 
     5This is sometimes easier than using a "native" compilation in windows because some dependencies' configure scripts accept a cross compiler more readily than a native windows mingw gcc, etc.  It also may be "faster" than using mingw's gcc in windows, for whatever reason gcc seems faster in linux. 
    46 
    57= Cross Compiler =