Commit 17b823ac authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12225 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b7de6ab
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#ifndef FFMPEG_DES_H #ifndef FFMPEG_DES_H
#define 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 * \brief en- or decrypt an 64-bit block of data with DES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment