Update the precompiled Windows libraries: libogg 1.3.2, libvorbis 1.3.5

git-svn-id: https://svn.eduke32.com/eduke32@5342 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2015-09-08 02:58:10 +00:00
parent eed78085bc
commit c82d98fc77
8 changed files with 6 additions and 8 deletions

View file

@ -32,10 +32,9 @@ libogg
### Download ### ### Download ###
Download: libogg-<version>.tar.xz Download: libogg-<version>.tar.xz
* Stable: https://www.xiph.org/downloads/ * Stable: https://www.xiph.org/downloads/
* SVN: https://svn.xiph.org/trunk/ogg * Git: https://git.xiph.org/ogg.git
* Git: git://git.xiph.org/mirrors/ogg.git
### Build ### ### Build ###
sh ./configure CFLAGS="-g -O2 -fno-stack-check -fno-stack-protector -mno-stack-arg-probe" && make sh ./configure && make
### Desired Results ### ### Desired Results ###
* headers: ogg/config_types.h ogg/ogg.h ogg/os_types.h * headers: ogg/config_types.h ogg/ogg.h ogg/os_types.h
* libraries: libogg.a * libraries: libogg.a
@ -47,10 +46,9 @@ libvorbis depends on the results of libogg to compile.
### Download ### ### Download ###
Download: libvorbis-<version>.tar.xz Download: libvorbis-<version>.tar.xz
* Stable: https://www.xiph.org/downloads/ * Stable: https://www.xiph.org/downloads/
* SVN: https://svn.xiph.org/trunk/vorbis * Git: https://git.xiph.org/vorbis.git
* Git: git://git.xiph.org/mirrors/vorbis.git
### Build ### ### Build ###
sh ./configure CFLAGS="-fno-stack-check -fno-stack-protector -mno-stack-arg-probe" && make sh ./configure && make
### Desired Results ### ### Desired Results ###
* headers: vorbis/codec.h vorbis/vorbisfile.h * headers: vorbis/codec.h vorbis/vorbisfile.h
* libraries: libvorbis.a libvorbisfile.a * libraries: libvorbis.a libvorbisfile.a

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>