]> git.sesse.net Git - ffmpeg/commit
avcodec/ppc: fix broken build when compiling libavcodec with LLVM on PPC backend
authorJing Yu <jingyu-at-google.com@ffmpeg.org>
Thu, 23 Jun 2016 23:36:46 +0000 (16:36 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 25 Jun 2016 01:48:19 +0000 (03:48 +0200)
commit311a953c76081fca99b872629d248f9d69ebc0c3
treefd89c063dd5e85395bf66e579356db1d9e3041e9
parent46a60fe184cfd39cc9517c860c7404d60977456d
avcodec/ppc: fix broken build when compiling libavcodec with LLVM on PPC backend

This commit fixes a broken build when compiling libavcodec with LLVM
compiler. These assembly files use non-standard format that is only
supported by GCC compiler. It would be nice to use a common standard
format. With this patch, both GCC and LLVM can build and generate the
same objects.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/ppc/asm.S
libavcodec/ppc/fft_altivec.S