[x264-devel] Intel Compiler support

Dennis Munsie dmunsie at gmail.com
Thu Mar 24 20:50:37 CET 2011


That was the problem -- I'm downloading the latest version as I speak, but is there any reason in particular that the version in git couldn't default to c99 instead of gnu99?

Also, in my quick testing using some of my own code I have around, I didn't see any improvement in performance when compiling libx264 with icc instead of gcc.  I'm guessing that has more to do with my own code than anything else, but I was curious if there were any improvements (or slowdowns, even) seen in x264 because of the switch to icc?

Thanks!
dennis

On Mar 24, 2011, at 3:20 PM, BugMaster wrote:

> On Thu, 24 Mar 2011 14:55:42 -0400, Dennis Munsie wrote:
>> Here you go -- x264build.txt contains the output in the terminal
>> when doing a make.  It aborts on the first file, so that's why it's a bit short.
> 
>> Thanks!
>> dennis
> 
> 
> May be your version doesn't understand -std=gnu99 try to change it to -std=c99 -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE
> 
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> http://mailman.videolan.org/listinfo/x264-devel



More information about the x264-devel mailing list