-AUX mplayer-1.0_pre8-amr-64bit.patch 1438 RMD160 c0848ae29590b5cc011d252798115cc66af37335 SHA1 515a041a951cd1ee8e569f3899a2f0cafe69dbd5 SHA256 7bcc9351707571a80c6a8c52381ad8f3f980e2e570091196df61880d019c9d51
-MD5 7c7e0313f90c399e78c4496b07bb5f82 files/mplayer-1.0_pre8-amr-64bit.patch 1438
-RMD160 c0848ae29590b5cc011d252798115cc66af37335 files/mplayer-1.0_pre8-amr-64bit.patch 1438
-SHA256 7bcc9351707571a80c6a8c52381ad8f3f980e2e570091196df61880d019c9d51 files/mplayer-1.0_pre8-amr-64bit.patch 1438
AUX mplayer-1.0_rc1-asmrules.patch 1450 RMD160 370877b45b314c9deb2d89739f8067a4a77c0844 SHA1 84412f4bd85d64a92586ca4db7e8585d16cd1acd SHA256 3f71e6f4e07940d4d55084d0df12404371bc4e534a3a6b0756ca73e44ddbc3c4
MD5 f0b71c38b1207c1d604be091876ac051 files/mplayer-1.0_rc1-asmrules.patch 1450
RMD160 370877b45b314c9deb2d89739f8067a4a77c0844 files/mplayer-1.0_rc1-asmrules.patch 1450
+++ /dev/null
-diff -Naur MPlayer-1.0pre8/libavcodec/amr_float/typedef.h MPlayer-1.0pre8-mod/libavcodec/amr_float/typedef.h
---- MPlayer-1.0pre8/libavcodec/amr_float/typedef.h 2003-03-26 14:15:42.000000000 +0100
-+++ MPlayer-1.0pre8-mod/libavcodec/amr_float/typedef.h 2006-07-17 09:43:14.000000000 +0200
-@@ -13,10 +13,12 @@
- #ifndef _TYPEDEF_H\r
- #define _TYPEDEF_H\r
- \r
--typedef char Word8;\r
--typedef unsigned char UWord8;\r
--typedef short Word16;\r
--typedef long Word32;\r
-+#include <inttypes.h>\r
-+\r
-+typedef int8_t Word8;\r
-+typedef uint8_t UWord8;\r
-+typedef int16_t Word16;\r
-+typedef int32_t Word32;\r
- typedef float Float32;\r
- typedef double Float64;\r
- \r
-diff -Naur MPlayer-1.0pre8/libavcodec/amrwb_float/typedef.h MPlayer-1.0pre8-mod/libavcodec/amrwb_float/typedef.h
---- MPlayer-1.0pre8/libavcodec/amrwb_float/typedef.h 2003-02-18 00:00:02.000000000 +0100
-+++ MPlayer-1.0pre8-mod/libavcodec/amrwb_float/typedef.h 2006-07-17 09:41:02.000000000 +0200
-@@ -7,12 +7,14 @@
- #define typedef_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
-+#include <inttypes.h>\r
-+\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
-\ No newline at end of file
-+#endif\r