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

@@ -19,11 +19,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdint.h>
#include <stdlib.h>
#include "libavutil/avstring.h"
#include "libavutil/dict.h"
#include "avformat.h"
#include "internal.h"
#include <stdlib.h>
#define RPL_SIGNATURE "ARMovie\x0A"
#define RPL_SIGNATURE_SIZE 8