[FFmpeg-devel] [PATCH] test: tiny_ssim: Don't include config.h

Martin Storsjö martin at martin.st
Wed Mar 30 15:05:55 EEST 2022


On Sun, 27 Mar 2022, Martin Storsjö wrote:

> tiny_ssim is built for the build host, not for the target platform.
> Therefore, it mustn't include the config.h header, which is set up
> specifically for the target platform and compiler.
>
> This fixes cross building for older WinStore platforms, where
> config.h contains "#define getenv(x) NULL".
>
> Signed-off-by: Martin Storsjö <martin at martin.st>
> ---
> tests/tiny_ssim.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tests/tiny_ssim.c b/tests/tiny_ssim.c
> index 08f8e92a03..9740652288 100644
> --- a/tests/tiny_ssim.c
> +++ b/tests/tiny_ssim.c
> @@ -27,7 +27,6 @@
>  * overlapped 8x8 block sums, rather than the original gaussian weights.
>  */
>
> -#include "config.h"
> #include <inttypes.h>
> #include <limits.h>
> #include <math.h>
> -- 
> 2.25.1

Acked by Lynne on irc, thus pushed.

// Martin


More information about the ffmpeg-devel mailing list