Add #include "config.h" to headers that need it.

Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-03-13 18:04:21 +00:00
parent 9d2cc8c1ee
commit a087028ad8
4 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#define FFMPEG_BSWAP_H
#include <stdint.h>
#include "config.h"
#include "common.h"
#ifdef HAVE_BYTESWAP_H

View File

@ -105,6 +105,7 @@
# define PIC
#endif
#include "config.h"
#include "intreadwrite.h"
#include "bswap.h"

View File

@ -20,6 +20,7 @@
#define FFMPEG_INTREADWRITE_H
#include <stdint.h>
#include "config.h"
#include "bswap.h"
#ifdef __GNUC__

View File

@ -21,6 +21,8 @@
#ifndef FFMPEG_X86CPU_H
#define FFMPEG_X86CPU_H
#include "config.h"
#ifdef ARCH_X86_64
# define REG_a "rax"
# define REG_b "rbx"