OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
517 stars 171 forks source link

Change icc compiler ordering #486

Closed intelmark closed 4 years ago

intelmark commented 4 years ago

Changing the order that cc compilers are checking in the linux build script.

The Intel C Compiler (icc) is now checked after gcc and clang so that it only used when both gcc and clang are not available.

Signed-off-by: Mark Feldman mark.feldman@intel.com