Browse Source

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

Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
63d026b1bf
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      cmdutils.c
  2. +1
    -1
      libavdevice/libdc1394.c

+ 1
- 1
cmdutils.c View File

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



+ 1
- 1
libavdevice/libdc1394.c View File

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