Commit d81c4cfc authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by Jean-Baptiste Kempf

contrib/libvpx: added support for iOS

(cherry picked from commit 54902d858c4150a460196f97ca83d420368e3023)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 339a8c19
...@@ -52,7 +52,7 @@ endif ...@@ -52,7 +52,7 @@ endif
ifdef HAVE_LINUX ifdef HAVE_LINUX
VPX_OS := linux VPX_OS := linux
else ifdef HAVE_MACOSX else ifdef HAVE_DARWIN_OS
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
VPX_OS := darwin VPX_OS := darwin
else else
......
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