mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Makefile: include deps from tools directory
This ensures the tools are rebuilt when necessary. Specifically, lavfi-showfiltfmts was sometimes not rebuilt causing spurious test failures. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
1efa772e20
commit
08df7f8666
2
Makefile
2
Makefile
@ -92,6 +92,8 @@ tools/%$(EXESUF): tools/%.o
|
|||||||
tools/%.o: tools/%.c
|
tools/%.o: tools/%.c
|
||||||
$(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
|
$(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
|
||||||
|
|
||||||
|
-include $(wildcard tools/*.d)
|
||||||
|
|
||||||
ffplay.o: CFLAGS += $(SDL_CFLAGS)
|
ffplay.o: CFLAGS += $(SDL_CFLAGS)
|
||||||
|
|
||||||
VERSION_SH = $(SRC_PATH_BARE)/version.sh
|
VERSION_SH = $(SRC_PATH_BARE)/version.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user