From a3647d39ebd70a4564e25c9ba8d596ce68c9afec Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 1 Jul 2006 22:29:09 +0000 Subject: [PATCH 1/1] - use Changed files: amrwb-inttypes.patch -> 1.1 --- amrwb-inttypes.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 amrwb-inttypes.patch diff --git a/amrwb-inttypes.patch b/amrwb-inttypes.patch new file mode 100644 index 0000000..f7522e3 --- /dev/null +++ b/amrwb-inttypes.patch @@ -0,0 +1,25 @@ +--- amrwb-6.0.0/typedef.h.orig 2003-08-27 00:00:02.000000000 +0200 ++++ amrwb-6.0.0/typedef.h 2006-07-01 23:55:02.246423500 +0200 +@@ -6,13 +6,15 @@ + #ifndef typedef_h + #define typedef_h + ++#include ++ + /* change these typedef declarations to correspond with your platform */ +-typedef char Word8; +-typedef unsigned char UWord8; +-typedef short Word16; +-typedef unsigned short UWord16; +-typedef long Word32; ++typedef int8_t Word8; ++typedef uint8_t UWord8; ++typedef int16_t Word16; ++typedef uint16_t UWord16; ++typedef int32_t Word32; + typedef double Float64; + typedef float Float32; + +-#endif +\ Brak znaku nowej linii na koƱcu pliku ++#endif -- 2.44.0