[FFmpeg-devel] [PATCH] avfilter/vf_fspp.c: make the filter compile with latest LLVM

Chandler Carruth chandlerc at google.com
Thu Oct 31 22:33:47 CET 2013


On Thu, Oct 31, 2013 at 1:43 PM, Thierry Foucu <tfoucu at gmail.com> wrote:

> /home/michael/ffmpeg-git/ffmpeg/libavfilter/libmpcodecs/vf_fspp.c:878:9:
>> error: ran out of registers during register allocation
>>         ".p2align " "4" "\n\t"
>>         ^
>> /home/michael/ffmpeg-git/ffmpeg/libavfilter/libmpcodecs/vf_fspp.c:878:9:
>> error: ran out of registers during register allocation
>> 3 warnings and 2 errors generated.
>>
>>
>
> Any idea how we can resolve this problem?
>
> Could it be a bug in clang then?
>

This was a common Clang bug which is (AFAIK) now fixed.

I'm actually more surprised that the old version worked? What code did it
generate?


More information about the ffmpeg-devel mailing list