[x264-devel] Intel Compiler support

Steven Walters git at videolan.org
Thu Mar 24 06:38:35 CET 2011


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


More information about the x264-devel mailing list