Commit ffe55db3 authored by diego's avatar diego

cosmetics: #include config.h before all other FFmpeg headers.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12450 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eccdbf6c
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
#include <errno.h> #include <errno.h>
#include <math.h> #include <math.h>
#include "config.h"
#include "avformat.h" #include "avformat.h"
#include "avfilter.h" #include "avfilter.h"
#include "avdevice.h" #include "avdevice.h"
#include "cmdutils.h" #include "cmdutils.h"
#include "avstring.h" #include "avstring.h"
#include "version.h" #include "version.h"
#include "config.h"
#undef exit #undef exit
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "avformat.h"
#include "config.h" #include "config.h"
#include "avformat.h"
#if ENABLE_LIBDC1394_2 #if ENABLE_LIBDC1394_2
#include <dc1394/dc1394.h> #include <dc1394/dc1394.h>
......
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