]> granicus.if.org Git - libvpx/commit
require --enable-psnr to build ssim
authorJohn Koleszar <jkoleszar@google.com>
Fri, 11 Jun 2010 17:05:08 +0000 (13:05 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 11 Jun 2010 17:05:08 +0000 (13:05 -0400)
commit9099fc0d69a69525656b4bfeeb1e7aabec04897b
tree31c69b131facf280952b15c7d76feac43dc1bac6
parent63ea8705eb0b4609b1c87968817d18421f051641
require --enable-psnr to build ssim

ssim.c comiles in a huge (512M) amount of global scratch space. Allocating
this data on the heap would be a better solution, but this file doesn't
need to be built at all in most cases, so as a first pass, disable it
except when doing opsnr.stt output (--enable-psnr).

Change-Id: I320d812f6d652a12516a16b52295ebff20b5bd42
vp8/vp8cx.mk