Commit 1bc4b163 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12431 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7efd04d1
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#define FFMPEG_BSWAP_H #define FFMPEG_BSWAP_H
#include <stdint.h> #include <stdint.h>
#include "config.h"
#include "common.h" #include "common.h"
#ifdef HAVE_BYTESWAP_H #ifdef HAVE_BYTESWAP_H
......
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
# define PIC # define PIC
#endif #endif
#include "config.h"
#include "intreadwrite.h" #include "intreadwrite.h"
#include "bswap.h" #include "bswap.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#define FFMPEG_INTREADWRITE_H #define FFMPEG_INTREADWRITE_H
#include <stdint.h> #include <stdint.h>
#include "config.h"
#include "bswap.h" #include "bswap.h"
#ifdef __GNUC__ #ifdef __GNUC__
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#ifndef FFMPEG_X86CPU_H #ifndef FFMPEG_X86CPU_H
#define FFMPEG_X86CPU_H #define FFMPEG_X86CPU_H
#include "config.h"
#ifdef ARCH_X86_64 #ifdef ARCH_X86_64
# define REG_a "rax" # define REG_a "rax"
# define REG_b "rbx" # 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