shithub: libvpx

Download patch

ref: e909da888c267e34996f021ad4ecbc0cb930cfc3
parent: 8a6f0551f1de38ea1cc369fd3453a31dd06eb23d
author: KO Myung-Hun <[email protected]>
date: Sun Aug 30 12:27:58 EDT 2015

configure: add -Zhigh-mem to LDFLAGS on OS/2

-Zhigh-mem enables to allocate very large memory on OS/2.

Change-Id: I1c8a792cc792c65ce9539a6d3d6b77fc4767848a

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1083,6 +1083,7 @@
         os2)
           disable_feature pic
           AS=${AS:-nasm}
+          add_ldflags -Zhigh-mem
           ;;
       esac