mirror of https://git.ffmpeg.org/ffmpeg.git
build: export filtered -lz flag in config.mak
This is needed to link tools/cws2fws using a linker with non-standard command line syntax. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
095792f253
commit
7baa115a33
2
Makefile
2
Makefile
|
@ -93,7 +93,7 @@ all: $(PROGS)
|
|||
$(TOOLS): %$(EXESUF): %.o
|
||||
$(LD) $(LDFLAGS) $(LD_O) $< $(ELIBS)
|
||||
|
||||
tools/cws2fws$(EXESUF): ELIBS = -lz
|
||||
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
|
||||
|
||||
config.h: .config
|
||||
.config: $(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c))
|
||||
|
|
Loading…
Reference in New Issue