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

Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent bd10713636
commit 63d026b1bf
  1. 2
      cmdutils.c
  2. 2
      libavdevice/libdc1394.c

@ -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>

Loading…
Cancel
Save