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

Steve Lhomme robux4 at videolabs.io
Tue Jul 4 17:50:57 CEST 2017


Helps compile with Windows Subsystem for Linux
---
 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
-- 
2.12.1



More information about the vlc-devel mailing list