From e859faa29ee5bbae4a8644d08dc5253f26906465 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Mon, 25 Jun 2012 17:24:15 -0700 Subject: [PATCH] fixed a build problem with target=x86_64-win64-vs9 Change-Id: I9c56216d22212c4fc13a5e2ed02f30f5b373b94c --- test/test_libvpx.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_libvpx.cc b/test/test_libvpx.cc index 9bce60db1..cfd5d2807 100644 --- a/test/test_libvpx.cc +++ b/test/test_libvpx.cc @@ -10,7 +10,9 @@ #include #include "vpx_config.h" #if ARCH_X86 || ARCH_X86_64 +extern "C" { #include "vpx_ports/x86.h" +} #endif #include "third_party/googletest/src/include/gtest/gtest.h" -- 2.50.1