Commit 296666f9 authored by Rafaël Carré's avatar Rafaël Carré

contrib: vpx: try to set correct target for OSX

parent 7564f8f7
...@@ -46,8 +46,12 @@ else ifdef HAVE_MACOSX ...@@ -46,8 +46,12 @@ else ifdef HAVE_MACOSX
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
VPX_OS := darwin VPX_OS := darwin
else else
ifeq ($(OSX_VERSION),10.5)
VPX_OS := darwin9
else
VPX_OS := darwin10 VPX_OS := darwin10
endif endif
endif
else ifdef HAVE_SOLARIS else ifdef HAVE_SOLARIS
VPX_OS := solaris VPX_OS := solaris
else ifdef HAVE_WIN64 # must be before WIN32 else ifdef HAVE_WIN64 # must be before WIN32
......
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