From e5b42cb70cc3ec690ec56b9ba22375ca3bdc6148 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 29 Sep 2011 13:37:40 +0200 Subject: [PATCH] vp8: fix vpx_config.h --- submodules/externals/build/libvpx/vpx_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/externals/build/libvpx/vpx_config.h b/submodules/externals/build/libvpx/vpx_config.h index 3839abb57..421b189e9 100644 --- a/submodules/externals/build/libvpx/vpx_config.h +++ b/submodules/externals/build/libvpx/vpx_config.h @@ -51,7 +51,7 @@ #define CONFIG_DC_RECON 0 #define CONFIG_RUNTIME_CPU_DETECT 1 #define CONFIG_POSTPROC 0 -#define CONFIG_MULTITHREAD 1 +#define CONFIG_MULTITHREAD 0 #define CONFIG_INTERNAL_STATS 0 #define CONFIG_VP8_ENCODER 1 #define CONFIG_VP8_DECODER 1