]> granicus.if.org Git - libvpx/commit
workaround stack bashing by asm on 32-bit OpenBSD
authorJames Zern <jzern@google.com>
Thu, 15 Jan 2015 07:09:57 +0000 (23:09 -0800)
committerJames Zern <jzern@google.com>
Thu, 15 Jan 2015 07:25:02 +0000 (23:25 -0800)
commit0373dbf5a50c03cd9facc4090ac68205c1b9e39d
tree793383181e0f6e379ea29f32cc7e700c5d065f51
parent5ca96f9d60d3ad7f538b949ce898262bc815bb1f
workaround stack bashing by asm on 32-bit OpenBSD

like Darwin, disable x86inc with 32-bit PIC/shared library builds;
avoids stack smashing done by vp9_subpixel_*

workaround for issue #808

Change-Id: I3f2f16bd91822c8e8dad0242b5dcfb0e621aea97
build/make/configure.sh