comparison configure @ 2992:ef58de7a942f

Make description for SIMPLE_IDCT better and make #define consisten with others.
author atmos4
date Mon, 19 Nov 2001 01:57:27 +0000
parents ad107e7bb843
children 734ad5d562ef
comparison
equal deleted inserted replaced
2991:ad107e7bb843 2992:ef58de7a942f
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 */ 2341 /* define this to use simple idct with patched libavcodec */
2342 #define SIMPLE_IDCT 2342 #define SIMPLE_IDCT 1
2343 2343
2344 #define USE_OSD 1 2344 #define USE_OSD 1
2345 #define USE_SUB 1 2345 #define USE_SUB 1
2346 2346
2347 $_def_debug 2347 $_def_debug