From d7a2da21d70b6bfd2c1043251d57a2efc2b67c19 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 24 Feb 2021 16:17:53 +0100 Subject: [PATCH] Makefile: zfec - create directory --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 0868cfae7..3787f454e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -282,6 +282,7 @@ ldgm/src/ldgm-session-gpu.o: ldgm/src/ldgm-session-gpu.cpp $(ALL_INCLUDES) $(CXX) $(CXXFLAGS) -Isrc/cuda_wrapper -DEXPORT_DLL_SYMBOLS $(INC) -c $< -o $@ ext-deps/zfec/zfec/fec.o: ext-deps/zfec/zfec/fec.c + $(MKDIR_P) $(dir $@) $(CC) $(CFLAGS) -Wno-old-style-declaration -Wno-missing-declarations -Wno-missing-prototypes -Wno-sign-compare $(INC) -c $< -o $@ SPEEX_FLAGS=-Wno-sign-compare -Wno-unused-parameter -Wno-bad-function-cast -Wno-missing-prototypes -Wno-missing-declarations -O3