Mercurial > mplayer.hg
comparison liba52/imdct.c @ 29114:06540eb5ef6a
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
author | ramiro |
---|---|
date | Wed, 08 Apr 2009 20:21:21 +0000 |
parents | 68723bca30ee |
children | e83eef58b30a |
comparison
equal
deleted
inserted
replaced
29113:239a06704f60 | 29114:06540eb5ef6a |
---|---|
50 #include "mm_accel.h" | 50 #include "mm_accel.h" |
51 #include "mangle.h" | 51 #include "mangle.h" |
52 | 52 |
53 void (*a52_imdct_512) (sample_t * data, sample_t * delay, sample_t bias); | 53 void (*a52_imdct_512) (sample_t * data, sample_t * delay, sample_t bias); |
54 | 54 |
55 #ifdef RUNTIME_CPUDETECT | 55 #if CONFIG_RUNTIME_CPUDETECT |
56 #undef HAVE_AMD3DNOWEXT | 56 #undef HAVE_AMD3DNOWEXT |
57 #define HAVE_AMD3DNOWEXT 0 | 57 #define HAVE_AMD3DNOWEXT 0 |
58 #endif | 58 #endif |
59 | 59 |
60 typedef struct complex_s { | 60 typedef struct complex_s { |