Commit 8926af57 authored by diego's avatar diego

Add required headers to fix warnings during 'make checkheaders'.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16769 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6df797fb
......@@ -21,6 +21,8 @@
#ifndef AVCODEC_PPC_DSPUTIL_PPC_H
#define AVCODEC_PPC_DSPUTIL_PPC_H
#include "config.h"
#if CONFIG_POWERPC_PERF
void powerpc_display_perf_report(void);
/* the 604* have 2, the G3* have 4, the G4s have 6,
......
......@@ -23,6 +23,8 @@
#ifndef AVCODEC_PPC_MATHOPS_H
#define AVCODEC_PPC_MATHOPS_H
#include "config.h"
#if HAVE_PPC4XX
/* signed 16x16 -> 32 multiply add accumulate */
#define MAC16(rt, ra, rb) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment