[FFmpeg-cvslog] r25027 - trunk/configure
mru
subversion
Thu Sep 2 21:40:18 CEST 2010
Author: mru
Date: Thu Sep 2 21:40:18 2010
New Revision: 25027
Log:
Add -mllvm -stack-alignment=16 to CFLAGS when using clang
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Sep 2 21:17:46 2010 (r25026)
+++ trunk/configure Thu Sep 2 21:40:18 2010 (r25027)
@@ -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
More information about the ffmpeg-cvslog
mailing list