git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: export filtered -lz flag in config.mak
[ffmpeg.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
c49e381
..
b766e6d
100644
(file)
--- a/
Makefile
+++ b/
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))