summaryrefslogtreecommitdiff
path: root/vp8/common/postproc.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2012-12-03 14:19:49 -0800
committerJohann <johannkoenig@google.com>2012-12-05 16:05:44 -0800
commit1009f76566524e88a322a8373ccc848128f8c201 (patch)
tree865b86d446fc6e9c3ada39a2c6592c298c2f2e06 /vp8/common/postproc.c
parent74050401423d1925dd8aef299e9af5806b070c63 (diff)
downloadlibvpx-1009f76566524e88a322a8373ccc848128f8c201.tar
libvpx-1009f76566524e88a322a8373ccc848128f8c201.tar.gz
libvpx-1009f76566524e88a322a8373ccc848128f8c201.tar.bz2
libvpx-1009f76566524e88a322a8373ccc848128f8c201.zip
Use 'vpx_scale' consistently
Change-Id: I178352813d2b8702d081caf405de9dbad9af2cc3
Diffstat (limited to 'vp8/common/postproc.c')
-rw-r--r--vp8/common/postproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/postproc.c b/vp8/common/postproc.c
index c6442c92e..fd313b6fe 100644
--- a/vp8/common/postproc.c
+++ b/vp8/common/postproc.c
@@ -15,7 +15,7 @@
#include "vpx_scale/yv12config.h"
#include "postproc.h"
#include "common.h"
-#include "vpx_scale/vpxscale.h"
+#include "vpx_scale/vpx_scale.h"
#include "systemdependent.h"
#include <limits.h>