[FFmpeg-devel] [PATCH] issue799: fix compilation of scalarproduct_int16_sse2 with gcc 3.4
David Conrad
lessen42
Mon Jan 26 04:41:16 CET 2009
On Jan 25, 2009, at 12:51 PM, Michael Niedermayer wrote:
> On Sun, Jan 25, 2009 at 12:36:07AM -0500, David Conrad wrote:
>> Hi,
>>
>> gcc 3.4 doesn't align sh to 16 bytes, causing a segfault. Looking
>> at the
>> docs for psrad, the memory operand has to be 128 bits large, and
>> changing
>> this fixes compilation with gcc 3.4 for me.
>
> well, if this fixes it then iam not against it, though it should be
> reported
> to the gcc devels
Committed.
More information about the ffmpeg-devel
mailing list