Browse code

This header just needs stdint.h, not inttypes.h, which is a superset of stdint.h. This has the sideeffect of fixing the build on Interix. patch by Pete Ross, pross xvid org

Originally committed as revision 12225 to svn://svn.ffmpeg.org/ffmpeg/trunk

Peter Ross authored on 2008/02/26 18:12:55
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@
22 22
 #ifndef FFMPEG_DES_H
23 23
 #define FFMPEG_DES_H
24 24
 
25
-#include <inttypes.h>
25
+#include <stdint.h>
26 26
 
27 27
 /**
28 28
  * \brief en- or decrypt an 64-bit block of data with DES