comparison configure @ 1438:007b1ddd01e8

define USE_MMX_IDCT for libavcodec
author arpi
date Fri, 03 Aug 2001 18:50:54 +0000
parents 42bd7f4c500b
children 039bd84a6c33
comparison
equal deleted inserted replaced
1437:4fa90be8da03 1438:007b1ddd01e8
1960 $_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.) 1960 $_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.)
1961 $_mmx // only define if you have MMX (newer x86 chips, not P54C/PPro) 1961 $_mmx // only define if you have MMX (newer x86 chips, not P54C/PPro)
1962 $_mmx2 // only define if you have MMX2 (Athlon/PIII/4/CelII) 1962 $_mmx2 // only define if you have MMX2 (Athlon/PIII/4/CelII)
1963 $_ssem // only define if you have SSE (Intel Pentium III/4 or Celeron II) 1963 $_ssem // only define if you have SSE (Intel Pentium III/4 or Celeron II)
1964 1964
1965 #ifdef HAVE_MMX
1966 #define USE_MMX_IDCT
1967 #endif
1968
1965 /* libvo options */ 1969 /* libvo options */
1966 #define SCREEN_SIZE_X $_x 1970 #define SCREEN_SIZE_X $_x
1967 #define SCREEN_SIZE_Y $_y 1971 #define SCREEN_SIZE_Y $_y
1968 $_x11 1972 $_x11
1969 $_xv 1973 $_xv