[x264-devel] commit: Actually add -Wno-strict-aliasing to configure ( Jason Garrett-Glaser )

git version control git at videolan.org
Thu Nov 12 21:41:22 CET 2009


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Thu Nov 12 12:40:40 2009 -0800| [2a35a019c5e5710fddcee36976921347ef5ae7a7] | committer: Jason Garrett-Glaser 

Actually add -Wno-strict-aliasing to configure

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=2a35a019c5e5710fddcee36976921347ef5ae7a7
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 7cb32c0..5e89395 100755
--- a/configure
+++ b/configure
@@ -61,7 +61,7 @@ pic="no"
 vis="no"
 shared="no"
 
-CFLAGS="$CFLAGS -Wall -I."
+CFLAGS="$CFLAGS -Wall -I. -Wno-strict-aliasing"
 LDFLAGS="$LDFLAGS"
 ASFLAGS="$ASFLAGS"
 HAVE_GETOPT_LONG=1



More information about the x264-devel mailing list