Update with Jindrich's latest change.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15456 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-05-14 10:05:09 +00:00
parent 22b533f028
commit cc3510ef06
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ diff -ur orig/misc.h mod-2004-01-05/misc.h
diff -ur orig/os_types.h mod-2004-01-05/os_types.h
--- orig/os_types.h 2005-01-04 16:29:02.000000000 +0100
+++ mod-2004-01-05/os_types.h 2005-01-05 10:39:07.000000000 +0100
@@ -32,57 +32,10 @@
@@ -32,57 +32,11 @@
#define _ogg_realloc realloc
#define _ogg_free free
@ -85,6 +85,7 @@ diff -ur orig/os_types.h mod-2004-01-05/os_types.h
-#endif
+ typedef int32_t ogg_int32_t;
+ typedef uint32_t ogg_uint32_t;
+ typedef uint16_t ogg_uint16_t;
+ typedef int16_t ogg_int16_t;
#endif /* _OS_TYPES_H */