[x264-devel] [PATCH 7/7] Add -Zomf to LDFLAGS on OS/2 to align all the segments by 16 bytes

KO Myung-Hun komh at chollian.net
Sat Mar 19 15:17:29 CET 2011


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

diff --git a/configure b/configure
index 6e3ee5b..fd7cdf5 100644
--- a/configure
+++ b/configure
@@ -350,7 +350,7 @@ case $host_os in
         EXE=".exe"
         DEVNULL="NUL"
         define HAVE_MALLOC_H
-        LDFLAGS="$LDFLAGS -Zbin-files"
+        LDFLAGS="$LDFLAGS -Zomf -Zbin-files"
         ;;
     *)
         die "Unknown system $host, edit the configure"
-- 
1.7.3.2


More information about the x264-devel mailing list