summaryrefslogtreecommitdiff
path: root/vp8/encoder/pickinter.c
diff options
context:
space:
mode:
authorAttila Nagy <attilanagy@google.com>2011-09-15 15:34:12 +0300
committerAttila Nagy <attilanagy@google.com>2011-09-22 13:33:54 +0300
commit1a7d25a4848b2279c79a3a5a723d3e33ec003b24 (patch)
treec5e012acfef94018e35a266a2a77d69dbe09c9a6 /vp8/encoder/pickinter.c
parente529a825f7e23233ec7757abc78b65b40a2c8bf2 (diff)
downloadlibvpx-1a7d25a4848b2279c79a3a5a723d3e33ec003b24.tar
libvpx-1a7d25a4848b2279c79a3a5a723d3e33ec003b24.tar.gz
libvpx-1a7d25a4848b2279c79a3a5a723d3e33ec003b24.tar.bz2
libvpx-1a7d25a4848b2279c79a3a5a723d3e33ec003b24.zip
Replace vpx_ports/config.h with vpx_config.h
Just a clean-up. Change-Id: Iea5b6dc925dcfa7db548bc1ab1a13d26ed5a2c9a
Diffstat (limited to 'vp8/encoder/pickinter.c')
-rw-r--r--vp8/encoder/pickinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/pickinter.c b/vp8/encoder/pickinter.c
index bfac3fa8f..34e08cad8 100644
--- a/vp8/encoder/pickinter.c
+++ b/vp8/encoder/pickinter.c
@@ -10,7 +10,7 @@
#include <limits.h>
-#include "vpx_ports/config.h"
+#include "vpx_config.h"
#include "onyx_int.h"
#include "modecosts.h"
#include "encodeintra.h"