comparison configure @ 12133:c3cce8454ee5

removed obsoleted defs
author alex
date Tue, 06 Apr 2004 01:12:36 +0000
parents c1aff21286dd
children fd203b7df912
comparison
equal deleted inserted replaced
12132:1975bcc1d015 12133:c3cce8454ee5
6037 /* "restrict" keyword */ 6037 /* "restrict" keyword */
6038 #define restrict $_def_restrict_keyword 6038 #define restrict $_def_restrict_keyword
6039 6039
6040 #define PREFIX "$_prefix" 6040 #define PREFIX "$_prefix"
6041 6041
6042 /* define this to use simple idct with patched libavcodec */
6043 #define SIMPLE_IDCT 1
6044
6045 #define USE_OSD 1 6042 #define USE_OSD 1
6046 #define USE_SUB 1 6043 #define USE_SUB 1
6047 6044
6048 /* enable/disable SIGHANDLER */ 6045 /* enable/disable SIGHANDLER */
6049 $_def_sighandler 6046 $_def_sighandler
6185 $_def_kstat 6182 $_def_kstat
6186 6183
6187 /* Define this if you have zlib */ 6184 /* Define this if you have zlib */
6188 $_def_zlib 6185 $_def_zlib
6189 #ifdef HAVE_ZLIB 6186 #ifdef HAVE_ZLIB
6190 #define CONFIG_ZLIB 6187 #define CONFIG_ZLIB 1
6191 #endif 6188 #endif
6192 6189
6193 /* Define this if you have shm support */ 6190 /* Define this if you have shm support */
6194 $_def_shm 6191 $_def_shm
6195 6192
6506 $_def_mmx // only define if you have MMX (newer x86 chips, not P54C/PPro) 6503 $_def_mmx // only define if you have MMX (newer x86 chips, not P54C/PPro)
6507 $_def_mmx2 // only define if you have MMX2 (Athlon/PIII/4/CelII) 6504 $_def_mmx2 // only define if you have MMX2 (Athlon/PIII/4/CelII)
6508 $_def_sse // only define if you have SSE (Intel Pentium III/4 or Celeron II) 6505 $_def_sse // only define if you have SSE (Intel Pentium III/4 or Celeron II)
6509 $_def_sse2 // only define if you have SSE2 (Intel Pentium 4) 6506 $_def_sse2 // only define if you have SSE2 (Intel Pentium 4)
6510 $_def_altivec // only define if you have Altivec (G4) 6507 $_def_altivec // only define if you have Altivec (G4)
6511
6512 #ifdef HAVE_MMX
6513 #define USE_MMX_IDCT 1
6514 #endif
6515 6508
6516 $_def_altivec_h // enables usage of altivec.h 6509 $_def_altivec_h // enables usage of altivec.h
6517 6510
6518 6511
6519 $_def_mlib // Sun mediaLib, available only on solaris 6512 $_def_mlib // Sun mediaLib, available only on solaris