diff options
author | John Koleszar <jkoleszar@google.com> | 2012-11-08 17:09:30 -0800 |
---|---|---|
committer | John Koleszar <jkoleszar@google.com> | 2012-11-15 10:46:17 -0800 |
commit | a9c7597adcc3734e3528d4fbadf6332043cb4e44 (patch) | |
tree | daa512489a70b39a0ab1813853bfc0451016328b /test/dct16x16_test.cc | |
parent | b72373de79800e801ce730d24cb115daf78ae660 (diff) | |
download | libvpx-a9c7597adcc3734e3528d4fbadf6332043cb4e44.tar libvpx-a9c7597adcc3734e3528d4fbadf6332043cb4e44.tar.gz libvpx-a9c7597adcc3734e3528d4fbadf6332043cb4e44.tar.bz2 libvpx-a9c7597adcc3734e3528d4fbadf6332043cb4e44.zip |
support building vp8 and vp9 into a single lib
Change-Id: Ib8f8a66c9fd31e508cdc9caa662192f38433aa3d
Diffstat (limited to 'test/dct16x16_test.cc')
-rw-r--r-- | test/dct16x16_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dct16x16_test.cc b/test/dct16x16_test.cc index d572ee6be..d85728082 100644 --- a/test/dct16x16_test.cc +++ b/test/dct16x16_test.cc @@ -17,7 +17,7 @@ extern "C" { #include "vp9/common/entropy.h" #include "vp9/common/idct.h" -#include "vpx_rtcd.h" +#include "vp9_rtcd.h" } #include "acm_random.h" |