[vlc-commits] contrib: vpx: Remove dead code in target selection

David Fuhrmann git at videolan.org
Thu May 31 01:19:45 CEST 2018


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu May 31 01:02:08 2018 +0200| [7f9d22944ed16885eacd45b3884af778656ef227] | committer: David Fuhrmann

contrib: vpx: Remove dead code in target selection

OSX_VERSION variable was not 10.5 anymore since ages...

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

 contrib/src/vpx/rules.mak | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index 848b70e400..73b2a7143d 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -73,11 +73,7 @@ VPX_OS := android
 else ifdef HAVE_LINUX
 VPX_OS := linux
 else ifdef HAVE_MACOSX
-ifeq ($(OSX_VERSION),10.5)
-VPX_OS := darwin9
-else
 VPX_OS := darwin10
-endif
 VPX_CROSS :=
 else ifdef HAVE_IOS
 ifeq ($(ARCH),arm)



More information about the vlc-commits mailing list