Skip to content

Commit 5250490

Browse files
committed
test: tiny_ssim: Don't include config.h
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ö <[email protected]>
1 parent db54426 commit 5250490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tiny_ssim.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* overlapped 8x8 block sums, rather than the original gaussian weights.
2828
*/
2929

30-
#include "config.h"
3130
#include <inttypes.h>
3231
#include <limits.h>
3332
#include <math.h>

0 commit comments

Comments
 (0)