* qatar/master: Add missing #includes for *INT64_MAX and *INT64_C Conflicts: ffmpeg.c ffmpeg_filter.c ffplay.c libavformat/assdec.c libavformat/avidec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
@@ -20,6 +20,7 @@
*/
#include <string.h>
+#include <stdint.h>
#include <stdlib.h>
#include <errno.h>
#include <math.h>
@@ -30,6 +30,8 @@
#include <limits.h>
+
#if HAVE_ISATTY
#if HAVE_IO_H
#include <io.h>
@@ -38,6 +40,7 @@
#include <unistd.h>
#endif
#include "libavformat/avformat.h"
#include "libavdevice/avdevice.h"
#include "libswresample/swresample.h"
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "ffmpeg.h"
#include "libavfilter/avfilter.h"
@@ -28,6 +28,8 @@
#include <signal.h>
#include "libavutil/avstring.h"
#include "libavutil/colorspace.h"
#include "libavutil/mathematics.h"
@@ -105,6 +105,7 @@
#include <assert.h>
#if ARCH_ARM
@@ -24,6 +24,8 @@
* huffman tree builder and VLC generator
#include "avcodec.h"
#include "get_bits.h"
#include "huffman.h"
@@ -25,6 +25,8 @@
* IFF ACBM/DEEP/ILBM/PBM bitmap decoder
#include "libavutil/imgutils.h"
#include "bytestream.h"
* MPEG1/2 encoder
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/log.h"
@@ -27,6 +27,8 @@
* The simplest mpeg encoder (well, it was the simplest!).
#include "libavutil/internal.h"
#include "libavutil/intmath.h"
@@ -24,6 +24,7 @@
#include <float.h>
#include "libavutil/opt.h"