[SCM] libav/experimental: 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

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:15:42 UTC 2013


The following commit has been merged in the experimental branch:
commit fe0c188b4a3593a922eae6f6a4da81bc7328c5e1
Author: Peter Ross <pross at xvid.org>
Date:   Tue Feb 26 09:12:55 2008 +0000

    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

diff --git a/libavutil/des.h b/libavutil/des.h
index e0de03e..70f8993 100644
--- a/libavutil/des.h
+++ b/libavutil/des.h
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list