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

View File

@ -11,7 +11,7 @@
********************************************************************
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