comparison configure @ 2991:ad107e7bb843

small "make it easier to compile" addition, enable SIMPLE_IDCT by default
author atmos4
date Mon, 19 Nov 2001 01:52:40 +0000
parents bf0947491ce6
children ef58de7a942f
comparison
equal deleted inserted replaced
2990:bf0947491ce6 2991:ad107e7bb843
2336 ############################################################################# 2336 #############################################################################
2337 echo "Creating config.h" 2337 echo "Creating config.h"
2338 cat > config.h << EOF 2338 cat > config.h << EOF
2339 /* -------- Generated by configure ----------- */ 2339 /* -------- Generated by configure ----------- */
2340 2340
2341 /* keeps us from editing config.h everytime in case we applied patch */
2342 #define SIMPLE_IDCT
2343
2341 #define USE_OSD 1 2344 #define USE_OSD 1
2342 #define USE_SUB 1 2345 #define USE_SUB 1
2343 2346
2344 $_def_debug 2347 $_def_debug
2345 2348