Commit 72d34b3b authored by diego's avatar diego

Add necessary #include for config.h.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19692 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b13a3689
......@@ -23,6 +23,7 @@
#define AVCODEC_ARM_MATHOPS_H
#include <stdint.h>
#include "config.h"
#include "libavutil/common.h"
#if HAVE_INLINE_ASM
......
......@@ -23,6 +23,7 @@
#define AVCODEC_AVR32_MATHOPS_H
#include <stdint.h>
#include "config.h"
#include "libavutil/common.h"
#if HAVE_INLINE_ASM
......
......@@ -22,6 +22,8 @@
#ifndef AVCODEC_BFIN_MATHOPS_H
#define AVCODEC_BFIN_MATHOPS_H
#include "config.h"
#if CONFIG_MPEGAUDIO_HP
#define MULH(X,Y) ({ int xxo; \
__asm__ ( \
......
......@@ -22,6 +22,7 @@
#define AVCODEC_MIPS_MATHOPS_H
#include <stdint.h>
#include "config.h"
#include "libavutil/common.h"
#if HAVE_LOONGSON
......
......@@ -24,6 +24,7 @@
#define AVCODEC_PPC_MATHOPS_H
#include <stdint.h>
#include "config.h"
#include "libavutil/common.h"
#if HAVE_PPC4XX
......
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