This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun
16 years ago
parent
f1933e436c
commit
f8c0692d8e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/ppc/check_altivec.c
+ 2
- 0
libavcodec/ppc/check_altivec.c
View File
@@ -22,6 +22,8 @@
* Checks for AltiVec presence.
*/
#include "config.h"
#ifdef __APPLE__
#undef _POSIX_C_SOURCE
#include <sys/sysctl.h>
Write
Preview
Loading…
Cancel
Save