[x264-devel] configure: remove an unnecessary option from CFLAGS on OS X
Tsukasa OMOTO
git at videolan.org
Wed Apr 23 00:40:56 CEST 2014
x264 | branch: master | Tsukasa OMOTO <henry0312 at gmail.com> | Sat Mar 15 16:53:53 2014 +0900| [7cdcfd5c65a90a159f55898abc36a64e13b4735b] | committer: Jason Garrett-Glaser
configure: remove an unnecessary option from CFLAGS on OS X
Fixes Clang 3.4 compilation on OS X.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=7cdcfd5c65a90a159f55898abc36a64e13b4735b
---
configure | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure b/configure
index 5401753..628e554 100755
--- a/configure
+++ b/configure
@@ -467,7 +467,6 @@ case $host_os in
;;
darwin*)
SYS="MACOSX"
- CFLAGS="$CFLAGS -falign-loops=16"
libm="-lm"
if [ "$pic" = "no" ]; then
cc_check "" -mdynamic-no-pic && CFLAGS="$CFLAGS -mdynamic-no-pic"
More information about the x264-devel
mailing list