Disabled hq4x stuff by default...

This commit is contained in:
William Kendrick 2004-09-15 05:44:47 +00:00
parent 8fd5b7f269
commit 44732279ae
2 changed files with 16 additions and 5 deletions

View file

@ -66,9 +66,12 @@
#include <ctype.h>
#include <math.h>
#include <time.h>
#ifdef USE_HQ4X
#include "hqxx.h"
#include "hq3x.h"
#include "hq4x.h"
#endif
#include <locale.h>
#include <iconv.h>
@ -5041,10 +5044,12 @@ void setup(int argc, char * argv[])
SDL_Flip(screen);
#ifdef USE_HQ4X
/* Init high quality scaling stuff: */
InitLUTs(RGBtoYUV);
#endif
/* Load other images: */