Commit 63d026b1 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bd107136
......@@ -24,13 +24,13 @@
#include <errno.h>
#include <math.h>
#include "config.h"
#include "avformat.h"
#include "avfilter.h"
#include "avdevice.h"
#include "cmdutils.h"
#include "avstring.h"
#include "version.h"
#include "config.h"
#undef exit
......
......@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avformat.h"
#include "config.h"
#include "avformat.h"
#if ENABLE_LIBDC1394_2
#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