Commit b10704cf authored by Rafaël Carré's avatar Rafaël Carré

contribs: libvpx: fix win64 (use correct asm symbols)

parent 31e51ce2
......@@ -9,3 +9,14 @@ diff -ru libvpx.orig/configure libvpx/configure
all_platforms="${all_platforms} x86_64-win64-vs8"
all_platforms="${all_platforms} x86_64-win64-vs9"
all_platforms="${all_platforms} universal-darwin8-gcc"
--- libvpx/vpx_ports/x86_abi_support.asm.orig 2011-11-06 20:40:14.131254698 -0500
+++ libvpx/vpx_ports/x86_abi_support.asm 2011-11-06 20:40:16.975268804 -0500
@@ -88,6 +88,8 @@
%define sym(x) x
%elifidn __OUTPUT_FORMAT__,x64
%define sym(x) x
+%elifidn __OUTPUT_FORMAT__,win64
+%define sym(x) x
%else
%define sym(x) _ %+ x
%endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment