Ensure resampler.cpp is compiled when needed

This commit is contained in:
Simon Robertshaw 2012-12-15 01:10:03 +00:00
parent b4475ae96f
commit 558888ac25

View File

@ -1,3 +1,4 @@
#include "Config.h"
#ifdef HIGH_QUALITY_RESAMPLE
// http://code.google.com/p/imageresampler/
// resampler.cpp, Separable filtering image rescaler v2.21, Rich Geldreich - richgel99@gmail.com