comparison libmpcodecs/vf_uspp.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 673a0ce6cfb6
comparison
equal deleted inserted replaced
17522:2408715522a7 17523:f0e7712385dc
21 #include <string.h> 21 #include <string.h>
22 #include <inttypes.h> 22 #include <inttypes.h>
23 #include <math.h> 23 #include <math.h>
24 24
25 #include "config.h" 25 #include "config.h"
26
27 #ifdef USE_LIBAVCODEC
28 26
29 #include "mp_msg.h" 27 #include "mp_msg.h"
30 #include "cpudetect.h" 28 #include "cpudetect.h"
31 29
32 #ifdef USE_LIBAVCODEC_SO 30 #ifdef USE_LIBAVCODEC_SO
406 "Michael Niedermayer", 404 "Michael Niedermayer",
407 "", 405 "",
408 open, 406 open,
409 NULL 407 NULL
410 }; 408 };
411
412 #endif //USE_LIBAVCODEC