Diego Biurrun <di...@biurrun.de> writes:

> ---
>  tests/rotozoom.c |  126 +----------------------------------------------
>  tests/utils.c    |  144 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  tests/videogen.c |  129 +------------------------------------------------
>  3 files changed, 147 insertions(+), 252 deletions(-)
>  create mode 100644 tests/utils.c
>
> diff --git a/tests/rotozoom.c b/tests/rotozoom.c
> index 9bba6e3..48c06b0 100644
> --- a/tests/rotozoom.c
> +++ b/tests/rotozoom.c
> @@ -24,6 +24,8 @@
>  #include <stdio.h>
>  #include <inttypes.h>
>
> +#include "utils.c"

The build system doesn't pick up dependencies like this for host tools,
so you have to manually declare this in the makefile.  Fixing this
properly takes a fair amount of effort, and until we have more than a
couple of cases where it's needed, it doesn't seem worthwhile.

-- 
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