summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorJames Bankoski <jimbankoski@google.com>2017-03-07 18:49:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-07 18:49:14 +0000
commit88a888f022d1297198cb892ff8f3d481e014a4d1 (patch)
treee352c742326947cfdb68061be2a79862766b8c31 /vpx
parent47cf7c25a283db3f730779439f243933d46a0735 (diff)
parent393d9d0195cfb4b4f4a092ca41e57a146dfa678a (diff)
downloadlibvpx-88a888f022d1297198cb892ff8f3d481e014a4d1.tar
libvpx-88a888f022d1297198cb892ff8f3d481e014a4d1.tar.gz
libvpx-88a888f022d1297198cb892ff8f3d481e014a4d1.tar.bz2
libvpx-88a888f022d1297198cb892ff8f3d481e014a4d1.zip
Merge "tiny_ssim.c : adds y4m support to tiny_ssim."
Diffstat (limited to 'vpx')
-rw-r--r--vpx/vpx_codec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vpx/vpx_codec.h b/vpx/vpx_codec.h
index 69f3c155b..39bc54b16 100644
--- a/vpx/vpx_codec.h
+++ b/vpx/vpx_codec.h
@@ -42,8 +42,8 @@
extern "C" {
#endif
-#include "./vpx_integer.h"
-#include "./vpx_image.h"
+#include "vpx/vpx_image.h"
+#include "vpx/vpx_integer.h"
/*!\brief Decorator indicating a function is deprecated */
#ifndef DEPRECATED