Commit a087028a authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9d2cc8c1
......@@ -27,6 +27,7 @@
#define FFMPEG_BSWAP_H
#include <stdint.h>
#include "config.h"
#include "common.h"
#ifdef HAVE_BYTESWAP_H
......
......@@ -105,6 +105,7 @@
# define PIC
#endif
#include "config.h"
#include "intreadwrite.h"
#include "bswap.h"
......
......@@ -20,6 +20,7 @@
#define FFMPEG_INTREADWRITE_H
#include <stdint.h>
#include "config.h"
#include "bswap.h"
#ifdef __GNUC__
......
......@@ -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"
......
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