diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-12-15 01:10:03 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-12-15 01:10:03 (GMT) |
| commit | 558888ac25cf503bcbf996d839a0d5f028b15f7c (patch) | |
| tree | 96eebb30124c32c389df2aeb7cefafd532bbecb3 /src/resampler/resampler.cpp | |
| parent | b4475ae96f29a0ae64263b010d66c04e9bc5d02d (diff) | |
| download | powder-558888ac25cf503bcbf996d839a0d5f028b15f7c.zip powder-558888ac25cf503bcbf996d839a0d5f028b15f7c.tar.gz | |
Ensure resampler.cpp is compiled when needed
Diffstat (limited to 'src/resampler/resampler.cpp')
| -rw-r--r-- | src/resampler/resampler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resampler/resampler.cpp b/src/resampler/resampler.cpp index 65e337d..ee3c0dc 100644 --- a/src/resampler/resampler.cpp +++ b/src/resampler/resampler.cpp @@ -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 |
