summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeintra.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-08-18 11:43:40 -0700
committerJohann <johannkoenig@google.com>2015-08-18 11:44:32 -0700
commit79a00d71bd3619e9d51aeb4472856026b73c3d1b (patch)
tree9f9168c0118eac94ddacb9c549331250893f6366 /vp8/encoder/encodeintra.c
parent2fdb63fd727a8ba46e5acdf1ba388c8491b57f71 (diff)
downloadlibvpx-79a00d71bd3619e9d51aeb4472856026b73c3d1b.tar
libvpx-79a00d71bd3619e9d51aeb4472856026b73c3d1b.tar.gz
libvpx-79a00d71bd3619e9d51aeb4472856026b73c3d1b.tar.bz2
libvpx-79a00d71bd3619e9d51aeb4472856026b73c3d1b.zip
Rename vp8 quantize.c
Move it to vp8_quantize.c and make sure to use the full path for all vp8 includes of quantize.h Change-Id: I284651ff681707385f4924ea7db1541905c1624a
Diffstat (limited to 'vp8/encoder/encodeintra.c')
-rw-r--r--vp8/encoder/encodeintra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/encodeintra.c b/vp8/encoder/encodeintra.c
index e2de5eecb..938cc7ecb 100644
--- a/vp8/encoder/encodeintra.c
+++ b/vp8/encoder/encodeintra.c
@@ -12,7 +12,7 @@
#include "vpx_config.h"
#include "vp8_rtcd.h"
#include "./vpx_dsp_rtcd.h"
-#include "quantize.h"
+#include "vp8/encoder/quantize.h"
#include "vp8/common/reconintra4x4.h"
#include "encodemb.h"
#include "vp8/common/invtrans.h"