[vlc-devel] [PATCH 1/2] contrib: vpx: remove old headers before building
Steve Lhomme
robux4 at ycbcr.xyz
Thu Jan 23 13:07:09 CET 2020
The headers are often incompatible and create compilation issues when
rebuilding.
---
contrib/src/vpx/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index 8dd9f6305c7..6ecbc742760 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -148,6 +148,7 @@ VPX_CONF += --enable-debug --disable-optimizations
endif
.vpx: libvpx
+ rm $(PREFIX)/include/vpx
cd $< && LDFLAGS="$(VPX_LDFLAGS)" CROSS=$(VPX_CROSS) ./configure --target=$(VPX_TARGET) \
$(VPX_CONF) --prefix=$(PREFIX)
cd $< && $(MAKE)
--
2.17.1
More information about the vlc-devel
mailing list