1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

Add missing #includes for *INT64_MAX and *INT64_C

This commit is contained in:
Diego Biurrun
2013-11-23 21:32:55 +01:00
parent 0eeeb9647e
commit 8f8bc92365
37 changed files with 64 additions and 1 deletions

View File

@@ -27,6 +27,8 @@
#include <errno.h>
#include <signal.h>
#include <limits.h>
#include <stdint.h>
#include "libavformat/avformat.h"
#include "libavdevice/avdevice.h"
#include "libswscale/swscale.h"