[vlc-commits] contrib: vpx: Configure as generic-gnu instead of armv7-win32-gcc
Martin Storsjö
git at videolan.org
Mon Mar 19 13:24:00 CET 2018
vlc | branch: master | Martin Storsjö <martin at martin.st> | Tue Dec 19 13:03:54 2017 +0200| [bd34617bcb88679cce56ad97d785e381a503f8c4] | committer: Martin Storsjö
contrib: vpx: Configure as generic-gnu instead of armv7-win32-gcc
Vpx doesn't support the armv7-win32-gcc target (and adding support
for it is slightly more work than just a trivial patch).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd34617bcb88679cce56ad97d785e381a503f8c4
---
contrib/src/vpx/rules.mak | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index ea0ff9c3ea..e9d6ea9c42 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -39,7 +39,8 @@ VPX_ARCH := armv7s
else
VPX_ARCH := armv7
endif
-else
+else ifndef HAVE_WIN32
+# libvpx doesn't support win32/arm with clang yet
VPX_ARCH := armv7
endif
else ifeq ($(ARCH),i386)
More information about the vlc-commits
mailing list