oslibs: recompile ogg and vorbis codecs from latest and greatest

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@924 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2014-06-25 17:00:34 +00:00
parent b770a72872
commit 4b08a6f5fc
13 changed files with 11 additions and 13 deletions

View file

@ -16,10 +16,10 @@
# include <sys/types.h> # include <sys/types.h>
#endif #endif
typedef short ogg_int16_t; typedef int16_t ogg_int16_t;
typedef unsigned short ogg_uint16_t; typedef uint16_t ogg_uint16_t;
typedef int ogg_int32_t; typedef int32_t ogg_int32_t;
typedef unsigned int ogg_uint32_t; typedef uint32_t ogg_uint32_t;
typedef long long ogg_int64_t; typedef int64_t ogg_int64_t;
#endif #endif

View file

@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal. function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id: os_types.h 17712 2010-12-03 17:10:02Z xiphmont $ last mod: $Id: os_types.h 19098 2014-02-26 19:06:45Z giles $
********************************************************************/ ********************************************************************/
#ifndef _OS_TYPES_H #ifndef _OS_TYPES_H
@ -24,7 +24,7 @@
#define _ogg_realloc realloc #define _ogg_realloc realloc
#define _ogg_free free #define _ogg_free free
#if defined(_WIN32) #if defined(_WIN32)
# if defined(__CYGWIN__) # if defined(__CYGWIN__)
# include <stdint.h> # include <stdint.h>

View file

@ -2,10 +2,8 @@
#define __CONFIG_TYPES_H__ #define __CONFIG_TYPES_H__
/* these are filled in by configure */ /* these are filled in by configure */
#ifndef _MSC_VER #define INCLUDE_INTTYPES_H 0
#define INCLUDE_INTTYPES_H 1 #define INCLUDE_STDINT_H 0
#define INCLUDE_STDINT_H 1
#endif /* !MSVC */
#define INCLUDE_SYS_TYPES_H 1 #define INCLUDE_SYS_TYPES_H 1
#if INCLUDE_INTTYPES_H #if INCLUDE_INTTYPES_H

View file

@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal. function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id: os_types.h 17712 2010-12-03 17:10:02Z xiphmont $ last mod: $Id: os_types.h 19098 2014-02-26 19:06:45Z giles $
********************************************************************/ ********************************************************************/
#ifndef _OS_TYPES_H #ifndef _OS_TYPES_H
@ -24,7 +24,7 @@
#define _ogg_realloc realloc #define _ogg_realloc realloc
#define _ogg_free free #define _ogg_free free
#if defined(_WIN32) #if defined(_WIN32)
# if defined(__CYGWIN__) # if defined(__CYGWIN__)
# include <stdint.h> # include <stdint.h>