[vlc-commits] contrib: vpx: force mstackrealign on win32

Tristan Matthews git at videolan.org
Tue Sep 20 15:06:34 CEST 2016


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Tue Sep 20 08:23:01 2016 -0400| [0594241fee2a312243a101a6640abb543ce26195] | committer: Tristan Matthews

contrib: vpx: force mstackrealign on win32

Fixes #17408

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0594241fee2a312243a101a6640abb543ce26195
---

 contrib/src/vpx/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index 0a8c04b..b91ad73 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -93,6 +93,8 @@ endif
 
 ifndef HAVE_WIN32
 VPX_CONF += --enable-pic
+else
+VPX_CONF += --extra-cflags="-mstackrealign"
 endif
 ifdef HAVE_MACOSX
 VPX_CONF += --sdk-path=$(MACOSX_SDK)



More information about the vlc-commits mailing list