[vlc-devel] [PATCH 1/2] contrib: vpx: remove old headers before building

Jean-Baptiste Kempf jb at videolan.org
Thu Jan 23 13:13:31 CET 2020


Yes to those 2.

On Thu, Jan 23, 2020, at 13:07, Steve Lhomme wrote:
> 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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list