mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: #include config.h before all other FFmpeg headers.
Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bd10713636
commit
63d026b1bf
@ -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…
Reference in New Issue
Block a user