mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/221/head
parent
46a60fe184
commit
311a953c76
2 changed files with 12 additions and 12 deletions
Loading…
Reference in new issue