[FFmpeg-cvslog] r12225 - trunk/libavutil/des.h

diego subversion
Tue Feb 26 10:12:55 CET 2008


Author: diego
Date: Tue Feb 26 10:12:55 2008
New Revision: 12225

Log:
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


Modified:
   trunk/libavutil/des.h

Modified: trunk/libavutil/des.h
==============================================================================
--- trunk/libavutil/des.h	(original)
+++ trunk/libavutil/des.h	Tue Feb 26 10:12:55 2008
@@ -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




More information about the ffmpeg-cvslog mailing list