mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
build: fix tools build dependencies
Found-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
074e636c5c
commit
802d94c36e
4
Makefile
4
Makefile
@ -77,6 +77,10 @@ all: $(AVPROGS)
|
|||||||
$(TOOLS): %$(EXESUF): %.o
|
$(TOOLS): %$(EXESUF): %.o
|
||||||
$(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(ELIBS)
|
$(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(ELIBS)
|
||||||
|
|
||||||
|
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
|
||||||
|
tools/uncoded_frame$(EXESUF): $(FF_DEP_LIBS)
|
||||||
|
tools/uncoded_frame$(EXESUF): ELIBS = $(FF_EXTRALIBS)
|
||||||
|
|
||||||
CONFIGURABLE_COMPONENTS = \
|
CONFIGURABLE_COMPONENTS = \
|
||||||
$(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c)) \
|
$(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c)) \
|
||||||
$(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/version.h)) \
|
$(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/version.h)) \
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
TOOLS = qt-faststart trasher uncoded_frame
|
TOOLS = qt-faststart trasher uncoded_frame
|
||||||
TOOLS-$(CONFIG_ZLIB) += cws2fws
|
TOOLS-$(CONFIG_ZLIB) += cws2fws
|
||||||
|
|
||||||
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
|
|
||||||
tools/uncoded_frame$(EXESUF): $(FF_DEP_LIBS)
|
|
||||||
tools/uncoded_frame$(EXESUF): ELIBS = $(FF_EXTRALIBS)
|
|
||||||
|
|
||||||
OBJDIRS += tools
|
OBJDIRS += tools
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
Loading…
Reference in New Issue
Block a user