[vlc-devel] [PATCH] core: call fourcc_gen with the file extension it was created with

Rémi Denis-Courmont remi at remlab.net
Tue Jul 4 19:02:19 CEST 2017


Le tiistaina 4. heinäkuuta 2017, 17.50.57 EEST Steve Lhomme a écrit :
> Helps compile with Windows Subsystem for Linux

I can see that helping on Cygwin, but not in an emulated Linux 
environment...?!

> ---
>  src/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index c93a4021ee..6b661a655d 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -494,7 +494,7 @@ fourcc_gen$(BUILDEXEEXT): misc/fourcc_gen.c
> misc/fourcc_list.h ../include/vlc_fo
> 
>  fourcc_tables.h: fourcc_gen$(BUILDEXEEXT)
>  	$(AM_V_at)rm -f -- $@.tmp
> -	$(AM_V_GEN)$(builddir)/fourcc_gen > $@.tmp
> +	$(AM_V_GEN)$(builddir)/fourcc_gen$(BUILDEXEEXT) > $@.tmp
>  	$(AM_V_at)mv -f -- $@.tmp $@
> 
>  # Unit/regression tests


-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list