Commit 119e9b31 authored by Rafaël Carré's avatar Rafaël Carré

contrib: vpx: fix OSX build

parent 2db2a2a9
--- libvpx/configure.orig 2011-08-15 17:02:45.000000000 -0400
+++ libvpx/configure 2011-11-20 21:29:52.241612178 -0500
@@ -107,6 +107,7 @@
all_platforms="${all_platforms} x86-darwin8-icc"
all_platforms="${all_platforms} x86-darwin9-gcc"
all_platforms="${all_platforms} x86-darwin9-icc"
+all_platforms="${all_platforms} x86-darwin10-gcc"
all_platforms="${all_platforms} x86-linux-gcc"
all_platforms="${all_platforms} x86-linux-icc"
all_platforms="${all_platforms} x86-solaris-gcc"
...@@ -13,6 +13,7 @@ libvpx: libvpx-$(VPX_VERSION).tar.bz2 .sum-vpx ...@@ -13,6 +13,7 @@ libvpx: libvpx-$(VPX_VERSION).tar.bz2 .sum-vpx
$(APPLY) $(SRC)/vpx/libvpx-no-cross.patch $(APPLY) $(SRC)/vpx/libvpx-no-cross.patch
$(APPLY) $(SRC)/vpx/libvpx-no-abi.patch $(APPLY) $(SRC)/vpx/libvpx-no-abi.patch
$(APPLY) $(SRC)/vpx/libvpx-win64.patch $(APPLY) $(SRC)/vpx/libvpx-win64.patch
$(APPLY) $(SRC)/vpx/libvpx-darwin10.patch
$(MOVE) $(MOVE)
DEPS_vpx = DEPS_vpx =
...@@ -45,7 +46,7 @@ else ifdef HAVE_MACOSX ...@@ -45,7 +46,7 @@ else ifdef HAVE_MACOSX
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
VPX_OS := darwin VPX_OS := darwin
else else
VPX_OS := darwin9 VPX_OS := darwin10
endif endif
else ifdef HAVE_SOLARIS else ifdef HAVE_SOLARIS
VPX_OS := solaris VPX_OS := solaris
......
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