projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1933e4
)
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 9 May 2009 12:26:05 +0000
(12:26 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 9 May 2009 12:26:05 +0000
(12:26 +0000)
Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/check_altivec.c
patch
|
blob
|
history
diff --git
a/libavcodec/ppc/check_altivec.c
b/libavcodec/ppc/check_altivec.c
index
08cc0f4
..
7f51433
100644
(file)
--- a/
libavcodec/ppc/check_altivec.c
+++ b/
libavcodec/ppc/check_altivec.c
@@
-22,6
+22,8
@@
* Checks for AltiVec presence.
*/
+#include "config.h"
+
#ifdef __APPLE__
#undef _POSIX_C_SOURCE
#include <sys/sysctl.h>