[vlc-commits] contrib/vpx: disable tools compilation
Felix Paul Kühne
git at videolan.org
Mon Dec 23 15:34:22 CET 2019
vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Mon Dec 23 15:33:36 2019 +0100| [ceb912373b9553af4755c78cf1a1aa4e531fdcfa] | committer: Felix Paul Kühne
contrib/vpx: disable tools compilation
This addresses compilation issues for iOS and generally, those tools are not needed in VLC's context for any platform.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ceb912373b9553af4755c78cf1a1aa4e531fdcfa
---
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 63808e3f5a..630f4abdf2 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -101,7 +101,8 @@ VPX_CONF := \
--disable-install-bins \
--disable-install-docs \
--disable-dependency-tracking \
- --enable-vp9-highbitdepth
+ --enable-vp9-highbitdepth \
+ --disable-tools
ifndef HAVE_WIN32
ifndef HAVE_IOS
More information about the vlc-commits
mailing list