changeset 458:676e2c142383 libavutil

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
author diego
date Tue, 26 Feb 2008 09:12:55 +0000
parents b612613c38ba
children 3a8b439cb980
files des.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/des.h	Mon Feb 25 18:32:55 2008 +0000
+++ b/des.h	Tue Feb 26 09:12:55 2008 +0000
@@ -22,7 +22,7 @@
 #ifndef FFMPEG_DES_H
 #define FFMPEG_DES_H
 
-#include <inttypes.h>
+#include <stdint.h>
 
 /**
  * \brief en- or decrypt an 64-bit block of data with DES