mbox series

[FFmpeg-devel,0/4,mips] : Adapt clang compiler for mips.

Message ID 1596017461-9117-1-git-send-email-yinshiyou-hf@loongson.cn
Headers show
Series : Adapt clang compiler for mips. | expand

Message

Shiyou Yin July 29, 2020, 10:10 a.m. UTC
Fixed four prob encountered when compiling ffmpeg with clang on mips.
configure: ./configure --disable-mmi  --cc=clang --cxx=clang++ --ld=clang

[PATCH 1/4] [mips]: Fix register constraint error reported by clang.
[PATCH 2/4] [mips]: Fix prob that 'ulw' and 'uld' unsupported by clang.
[PATCH 3/4] [mips]: Fix a bug in get_cabac_inline_mips.
[PATCH 4/4] [mips]: Fix segfault in imdct36_mips_float.

Comments

Michael Niedermayer July 29, 2020, 10:21 p.m. UTC | #1
On Wed, Jul 29, 2020 at 06:10:57PM +0800, Shiyou Yin wrote:
> Fixed four prob encountered when compiling ffmpeg with clang on mips.
> configure: ./configure --disable-mmi  --cc=clang --cxx=clang++ --ld=clang
> 
> [PATCH 1/4] [mips]: Fix register constraint error reported by clang.
> [PATCH 2/4] [mips]: Fix prob that 'ulw' and 'uld' unsupported by clang.
> [PATCH 3/4] [mips]: Fix a bug in get_cabac_inline_mips.
> [PATCH 4/4] [mips]: Fix segfault in imdct36_mips_float.

will apply patchset

thx

[...]