comparison libmpcodecs/vf_fspp.c @ 17523:f0e7712385dc

Move conditional compilation out of the code and into the build system.
author diego
date Tue, 31 Jan 2006 23:36:12 +0000
parents 401b440a6d76
children 20aca9baf5d8
comparison
equal deleted inserted replaced
17522:2408715522a7 17523:f0e7712385dc
35 #include <string.h> 35 #include <string.h>
36 #include <inttypes.h> 36 #include <inttypes.h>
37 #include <math.h> 37 #include <math.h>
38 38
39 #include "config.h" 39 #include "config.h"
40
41 #ifdef USE_LIBAVCODEC
42 40
43 #include "mp_msg.h" 41 #include "mp_msg.h"
44 #include "cpudetect.h" 42 #include "cpudetect.h"
45 43
46 #ifdef USE_LIBAVCODEC_SO 44 #ifdef USE_LIBAVCODEC_SO
2127 : "a"(line_size) 2125 : "a"(line_size)
2128 : "%"REG_d); 2126 : "%"REG_d);
2129 } 2127 }
2130 2128
2131 #endif // HAVE_MMX 2129 #endif // HAVE_MMX
2132
2133 #endif //USE_LIBAVCODEC