]> git.pld-linux.org Git - packages/amrwb.git/commitdiff
- use <inttypes.h>
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Jul 2006 22:29:09 +0000 (22:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amrwb-inttypes.patch -> 1.1

amrwb-inttypes.patch [new file with mode: 0644]

diff --git a/amrwb-inttypes.patch b/amrwb-inttypes.patch
new file mode 100644 (file)
index 0000000..f7522e3
--- /dev/null
@@ -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\r
+ #define typedef_h\r
\r
++#include <inttypes.h>\r
++\r
+ /* change these typedef declarations to correspond with your platform */\r
+-typedef char Word8;\r
+-typedef unsigned char UWord8;\r
+-typedef short Word16;\r
+-typedef unsigned short UWord16;\r
+-typedef long Word32;\r
++typedef int8_t Word8;\r
++typedef uint8_t UWord8;\r
++typedef int16_t Word16;\r
++typedef uint16_t UWord16;\r
++typedef int32_t Word32;\r
+ typedef double Float64;\r
+ typedef float Float32;\r
\r
+-#endif
+\ Brak znaku nowej linii na koƱcu pliku
++#endif\r
This page took 0.053904 seconds and 4 git commands to generate.