| Index: source/libvpx/test/util.h
|
| diff --git a/source/libvpx/test/util.h b/source/libvpx/test/util.h
|
| index 3c45721fa69d48ec7d3e325bb67896764d1a2152..b27bffa94be61b5b3f8c2ae43508ee314121d796 100644
|
| --- a/source/libvpx/test/util.h
|
| +++ b/source/libvpx/test/util.h
|
| @@ -19,8 +19,7 @@
|
| // Macros
|
| #define GET_PARAM(k) std::tr1::get< k >(GetParam())
|
|
|
| -static double compute_psnr(const vpx_image_t *img1,
|
| - const vpx_image_t *img2) {
|
| +inline double compute_psnr(const vpx_image_t *img1, const vpx_image_t *img2) {
|
| assert((img1->fmt == img2->fmt) &&
|
| (img1->d_w == img2->d_w) &&
|
| (img1->d_h == img2->d_h));
|
|
|