[FFmpeg-user] Problem with FFMPEG 0.11.1 on Solaris 11

marty scholes martyscholes at yahoo.com
Fri Mar 15 15:35:22 CET 2013


>>Here is what happens after gmake on Solaris 11.1: >>>>bash-4.1$ ./ffmpeg >>ld.so.1: ffmpeg: fatal: ffmpeg: hardware capability >>(CA_SUNW_HW_1) unsupported: 0x400000  [ SSSE3 ] >>Killed >
> Is this also reproducible if you compile with --disable-yasm ?
>
> Is there a tool that tells you which functions use 
> ssse3 code? Or is this problem not related to actual 
> code in the executable but just some flag?
>
> Carl Eugen

I just rebuilt it with --disable-yasm and had the same outcome;
it also failed with the above error.

Last year I traced it back (I think) to an assembly library which
executed SSE3 code if the CPU supported it and that decision was
made at runtime.  Clearly, some tool in the toolchain saw that
code and put SSE3 in the list or required hardware capabilities.


More information about the ffmpeg-user mailing list