From 3703f13333e24540a5ef132e7b2a9c0ded7e4531 Mon Sep 17 00:00:00 2001 From: Wan-Teh Chang Date: Tue, 6 Dec 2016 11:00:02 -0800 Subject: avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADS Suggested by Diego Biurrun and James Almer. Signed-off-by: Wan-Teh Chang Signed-off-by: James Almer --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index a8c0882929..98416457bb 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -190,7 +190,6 @@ TESTPROGS = adler32 \ camellia \ color_utils \ cpu \ - cpu_init \ crc \ des \ dict \ @@ -226,6 +225,7 @@ TESTPROGS = adler32 \ tea \ TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo +TESTPROGS-$(HAVE_THREADS) += cpu_init TOOLS = crypto_bench ffhash ffeval ffescape -- cgit v1.2.3