[FFmpeg-devel] [PATCH] add initial suncc support

Michael Kostylev michael.kostylev
Wed Oct 28 16:23:54 CET 2009


On Wed Oct 28 14:00:31 2009
M?ns Rullg?rd wrote:

>> Suncc ignores or doesn't accept some standard gcc options, so we must
>> provide the alternatives:
> You could use a flag filter function for that.  See tms470 for reference.

Ok. `make test' fails if ffmpeg is compiled with -O[2-5], how this should
be handled:

-O|-O[1-5])  echo -O1 ;;

or

-O)          echo -O3 ;;
-O[1-5])     echo $flag ;;

?

Michael



More information about the ffmpeg-devel mailing list