From 9628a491e39239eacb396d25bd0cdfac7af0ceab Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 12 Jun 2007 23:04:30 +0000 Subject: [PATCH] - replaced by wrapper package Changed files: amrnb-inttypes.patch -> 1.2 --- amrnb-inttypes.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 amrnb-inttypes.patch diff --git a/amrnb-inttypes.patch b/amrnb-inttypes.patch deleted file mode 100644 index ef34bc9..0000000 --- a/amrnb-inttypes.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- amrnb-0.0.1/typedef.h.orig 2004-03-05 00:00:02.000000000 +0100 -+++ amrnb-0.0.1/typedef.h 2006-01-15 21:42:16.420609000 +0100 -@@ -11,11 +11,13 @@ - - #ifndef _TYPEDEF_H - #define _TYPEDEF_H -- --typedef char Word8; --typedef unsigned char UWord8; --typedef short Word16; --typedef long Word32; -+ -+#include -+ -+typedef int8_t Word8; -+typedef uint8_t UWord8; -+typedef int16_t Word16; -+typedef int32_t Word32; - typedef float Float32; - typedef double Float64; - -- 2.43.0