Skip to content
Snippets Groups Projects
Commit 63d026b1 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bd107136
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment