[x264-devel] Intel Compiler support

Dennis Munsie dmunsie at gmail.com
Thu Mar 24 15:57:04 CET 2011


Are there any additional instructions on how to use this new support for the Intel compiler?  Doing the following did not work on my machine:

$ CC=icc ./configure --prefix=/usr/local
$ make

I get a ton of errors, mostly ones that look like this:

	common/common.h(244): error: expected an expression
	      for( int i = 0; i < i_mvc-1; i++ )

This is on Debian Squeeze, 64-bit using the 11.1 version of the Intel compiler.  I placed the /opt/intel/Compiler/11.1/bin/intel64 directory in my path before doing the configure and make steps. 

Thanks!
dennis

On Mar 24, 2011, at 1:38 AM, Steven Walters wrote:

> x264 | branch: master | Steven Walters <kemuri9 at gmail.com> | Mon Feb 28 19:07:40 2011 -0500| [b41d1821a0fa6fe6b3e9f06b30194e172c6ac474] | committer: Jason Garrett-Glaser
> 
> Intel Compiler support
> 
> Big thanks to David Rudie, the original author of this patch.
> 
>> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=b41d1821a0fa6fe6b3e9f06b30194e172c6ac474
> ---
> 
> .gitignore             |    3 +
> Makefile               |   47 ++++-----
> common/common.c        |    4 +-
> common/osdep.c         |   20 ++--
> common/osdep.h         |   46 ++++++--
> common/set.c           |    1 -
> common/win32thread.c   |    2 +-
> common/x86/predict-c.c |   16 ++-
> common/x86/util.h      |    2 +-
> configure              |  231 +++++++++++++++++++++++++++++++++------
> encoder/analyse.c      |    2 -
> encoder/encoder.c      |    2 -
> encoder/ratecontrol.c  |    1 -
> encoder/set.c          |    2 -
> encoder/slicetype.c    |    2 -
> extras/inttypes.h      |  285 ++++++++++++++++++++++++++++++++++++++++++++++++
> extras/stdint.h        |   17 +++
> input/timecode.c       |    1 -
> tools/checkasm.c       |    6 +-
> x264.c                 |   10 +-
> 20 files changed, 585 insertions(+), 115 deletions(-)
> 
> Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=b41d1821a0fa6fe6b3e9f06b30194e172c6ac474
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> http://mailman.videolan.org/listinfo/x264-devel



More information about the x264-devel mailing list