projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6a5fc
)
Add -mllvm -stack-alignment=16 to CFLAGS when using clang
author
Måns Rullgård
<mans@mansr.com>
Thu, 2 Sep 2010 19:40:18 +0000
(19:40 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Thu, 2 Sep 2010 19:40:18 +0000
(19:40 +0000)
Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index b7bcb4863f2173e4d5c8184b0494ac54044650ae..f63bbbc17f73c0b566300622ba62c0d4b3f092d4 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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