comparison ppc/check_altivec.c @ 9619:35514159910f libavcodec

Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
author diego
date Sat, 09 May 2009 12:26:05 +0000
parents 53e5c6a453e9
children 50415a8f1451
comparison
equal deleted inserted replaced
9618:85ad5d68ec98 9619:35514159910f
19 19
20 /** 20 /**
21 * @file libavcodec/ppc/check_altivec.c 21 * @file libavcodec/ppc/check_altivec.c
22 * Checks for AltiVec presence. 22 * Checks for AltiVec presence.
23 */ 23 */
24
25 #include "config.h"
24 26
25 #ifdef __APPLE__ 27 #ifdef __APPLE__
26 #undef _POSIX_C_SOURCE 28 #undef _POSIX_C_SOURCE
27 #include <sys/sysctl.h> 29 #include <sys/sysctl.h>
28 #elif defined(__OpenBSD__) 30 #elif defined(__OpenBSD__)