diff rc4.h @ 470:542bb0b45624 libavutil

#include stdint.h instead of inttypes.h like all libavutil headers do.
author diego
date Thu, 13 Mar 2008 18:17:03 +0000
parents bc871e7ac0dc
children bd4052d9050c
line wrap: on
line diff
--- a/rc4.h	Thu Mar 13 18:04:21 2008 +0000
+++ b/rc4.h	Thu Mar 13 18:17:03 2008 +0000
@@ -21,7 +21,7 @@
 #ifndef FFMPEG_RC4_H
 #define FFMPEG_RC4_H
 
-#include <inttypes.h>
+#include <stdint.h>
 
 void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);