[x264-devel] Solaris 10x86 AMD and SSSE3 bug

Jason Garrett-Glaser darkshikari at gmail.com
Thu Aug 12 22:51:45 CEST 2010


>Something in the x264 code is incorrectly defining SSSE3 support.

x264 queries your processor to determine what extensions it supports.
It does not "define" anything.

But there is clearly something incredibly broken with your system:

># ./x264 --version
>ld.so.1: x264: fatal: hardware capability unsupported: 0x400000  [ SSSE3 ]

--version doesn't even reach any CPU-specific code, nor does it call
CPU detection.  Furthermore, the error message printed there is not an
x264 error message.

Dark Shikari


More information about the x264-devel mailing list