--- FeatureExtraction/gift_features.h 2001-02-01 11:22:30.000000000 +0000 +++ ../../dev/gift/FeatureExtraction/gift_features.h 2006-09-15 20:31:37.000000000 +0000 @@ -24,4 +24,8 @@ adapting to Wolfgang's code */ #define WOLFGANG_HACK +/* fixed size buffer values, so that we dont code these into the .c files */ +#define MAX_WIDTH 256 +#define MAX_HEIGHT 256 + #endif