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

Steve Lhomme robux4 at ycbcr.xyz
Thu Jan 23 13:10:09 CET 2020


works better with -rf

On 2020-01-23 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
> 


More information about the vlc-devel mailing list