diff options
author | Måns Rullgård <mans@mansr.com> | 2010-09-02 19:40:18 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-09-02 19:40:18 +0000 |
commit | 5c8ef670e7e7e12f0e66589b75661b2aaffb8df4 (patch) | |
tree | d01712f224e8a62f8a9c7b7cab38ec18babdb653 /configure | |
parent | ff6a5fc1f0a3db6ea949e1c8738def0cfebbf57e (diff) | |
download | ffmpeg-5c8ef670e7e7e12f0e66589b75661b2aaffb8df4.tar.gz |
Add -mllvm -stack-alignment=16 to CFLAGS when using clang
Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2877,6 +2877,7 @@ elif enabled gcc; then check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 check_cflags -Qunused-arguments elif enabled armcc; then # 2523: use of inline assembler is deprecated |