From 393d9d0195cfb4b4f4a092ca41e57a146dfa678a Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Thu, 9 Feb 2017 14:12:55 -0800 Subject: tiny_ssim.c : adds y4m support to tiny_ssim. Change-Id: I7a13b7e3a1e11ddbe4be3009edf03528e1bc7647 --- vpx/vpx_codec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vpx') diff --git a/vpx/vpx_codec.h b/vpx/vpx_codec.h index fe75d2387..bf9c81275 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 -- cgit v1.2.3