[FFmpeg-devel] Hacks on FATE

Michael Kostylev michael.kostylev
Sun Oct 25 14:52:08 CET 2009


On Sun Oct 25 12:56:16 2009
M?ns Rullg?rd wrote:

>>>>> So, if no one cares about SunStudio, the solution is simple.
>>>>
>>>> Attached.
>>>>
>>>> Michael
>>>>
>>>> --- ./configure.orig
>>>> +++ ./configure
>>>> @@ -1880,6 +1880,7 @@
>>>>      sunos)
>>>>          FFSERVERLDFLAGS=""
>>>>          SHFLAGS='-shared -Wl,-h,$$(@F)'
>>>> +        enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS"
>>>>          network_extralibs="-lsocket -lnsl"
>>>>          add_cppflags -D__EXTENSIONS__
>>>>          ;;
>>> 
>>> Does this not work with sunstudio?  We should try to support all
>>> compilers.
>>
>> It would produce
>> cc: Warning: illegal option -mimpure-text
> 
> Does Sunstudio have an equivalent option?

No, it is simply not required.
OTOH -G should be used instead of -shared.

Michael



More information about the ffmpeg-devel mailing list