diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-23 11:02:41 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-23 11:02:41 +0000 |
commit | c7312933ce571a686db242d3e4bdd6556af97c22 (patch) | |
tree | 15a228072a09d13a02c662b7fcfa6c3baaab2711 /libavcodec/ppc | |
parent | 95f2c769c312909fee539da50fde393aacf57cc0 (diff) | |
download | ffmpeg-c7312933ce571a686db242d3e4bdd6556af97c22.tar.gz |
Include required headers in {mips,ppc}/mathops.h
Originally committed as revision 19686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/mathops.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/ppc/mathops.h b/libavcodec/ppc/mathops.h index 1dcc09aebd..51311fa132 100644 --- a/libavcodec/ppc/mathops.h +++ b/libavcodec/ppc/mathops.h @@ -23,7 +23,8 @@ #ifndef AVCODEC_PPC_MATHOPS_H #define AVCODEC_PPC_MATHOPS_H -#include "config.h" +#include <stdint.h> +#include "libavutil/common.h" #if HAVE_PPC4XX /* signed 16x16 -> 32 multiply add accumulate */ |