summaryrefslogtreecommitdiff
path: root/vpx_scale
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-04-15 09:27:00 -0400
committerJohann <johannkoenig@google.com>2015-04-15 11:12:05 -0400
commit14ef4aeafbfc8730c8c324f26d68c2961447675f (patch)
tree1a3a7617a99521cdbd7bac05cec9c200eacd549a /vpx_scale
parentd011a8a45cd6b1ef7b12ec53a5b0636f2e52e777 (diff)
downloadlibvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar.gz
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar.bz2
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.zip
Reorganize *_rtcd() calling conventions
Change-Id: Ib1e17d8aae9b713b87f560ab5e49952ee2bfdcc2
Diffstat (limited to 'vpx_scale')
-rw-r--r--vpx_scale/vpx_scale_rtcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vpx_scale/vpx_scale_rtcd.c b/vpx_scale/vpx_scale_rtcd.c
index 656a22f52..bea603fd1 100644
--- a/vpx_scale/vpx_scale_rtcd.c
+++ b/vpx_scale/vpx_scale_rtcd.c
@@ -7,9 +7,9 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "vpx_config.h"
+#include "./vpx_config.h"
#define RTCD_C
-#include "vpx_scale_rtcd.h"
+#include "./vpx_scale_rtcd.h"
#include "vpx_ports/vpx_once.h"
void vpx_scale_rtcd()