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
commit
f8c0692d8e
1 changed files with 2 additions and 0 deletions
  1. +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>


Loading…
Cancel
Save