commit | a9c7597adcc3734e3528d4fbadf6332043cb4e44 | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Thu Nov 08 17:09:30 2012 -0800 |
committer | John Koleszar <jkoleszar@google.com> | Thu Nov 15 10:46:17 2012 -0800 |
tree | daa512489a70b39a0ab1813853bfc0451016328b | |
parent | b72373de79800e801ce730d24cb115daf78ae660 [diff] [blame] |
support building vp8 and vp9 into a single lib Change-Id: Ib8f8a66c9fd31e508cdc9caa662192f38433aa3d
diff --git a/test/sad_test.cc b/test/sad_test.cc index 2b562e6..8cd5286 100644 --- a/test/sad_test.cc +++ b/test/sad_test.cc
@@ -15,7 +15,7 @@ extern "C" { #include "./vpx_config.h" -#include "./vpx_rtcd.h" +#include "./vp8_rtcd.h" #include "vp8/common/blockd.h" #include "vpx_mem/vpx_mem.h" }