Add necessary #include for config.h.
Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b662e8395b
commit
deb1b2b699
@ -23,6 +23,7 @@
|
|||||||
#define AVCODEC_ARM_MATHOPS_H
|
#define AVCODEC_ARM_MATHOPS_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "config.h"
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
#if HAVE_INLINE_ASM
|
#if HAVE_INLINE_ASM
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#define AVCODEC_AVR32_MATHOPS_H
|
#define AVCODEC_AVR32_MATHOPS_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "config.h"
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
#if HAVE_INLINE_ASM
|
#if HAVE_INLINE_ASM
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
#ifndef AVCODEC_BFIN_MATHOPS_H
|
#ifndef AVCODEC_BFIN_MATHOPS_H
|
||||||
#define AVCODEC_BFIN_MATHOPS_H
|
#define AVCODEC_BFIN_MATHOPS_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#if CONFIG_MPEGAUDIO_HP
|
#if CONFIG_MPEGAUDIO_HP
|
||||||
#define MULH(X,Y) ({ int xxo; \
|
#define MULH(X,Y) ({ int xxo; \
|
||||||
__asm__ ( \
|
__asm__ ( \
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#define AVCODEC_MIPS_MATHOPS_H
|
#define AVCODEC_MIPS_MATHOPS_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "config.h"
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
#if HAVE_LOONGSON
|
#if HAVE_LOONGSON
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#define AVCODEC_PPC_MATHOPS_H
|
#define AVCODEC_PPC_MATHOPS_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "config.h"
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
#if HAVE_PPC4XX
|
#if HAVE_PPC4XX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user