Martin Storsjö <mar...@martin.st> writes:

> This makes seek_test to be rebuilt when its dependencies
> has changed. The changes to the dependencies didn't usually matter
> in practice, but the introduction of side data in AVPacket required
> a recompilation.
> ---
>  Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 0bf04d1..f8e68d6 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -87,6 +87,7 @@ tools/%.o: tools/%.c
>       $(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
>  
>  -include $(wildcard tools/*.d)
> +-include $(wildcard tests/*.d)
>  
>  ffplay.o: CFLAGS += $(SDL_CFLAGS)

OK

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to