Intel C Compiler

From MultimediaWiki
Revision as of 12:23, 21 March 2009 by Ce (talk | contribs) (Icc support)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Intel sells a C++ compiler for Windows, Linux and OS X that is freely available for non-commercial usage. The Linux version of the compiler can be used to compile MPlayer and FFmpeg.

FFmpeg compilation with icc is supported for the following versions:


10.1

32 bit

Versions prior to 10.1.021 cannot compile the program audiogen, needed for regression tests. A possible workaround is using gcc to compile audiogen:

./configure --cc=icc --host-cc=gcc

64 bit

All versions should be supported.